=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/chpass/Makefile 2008/07/04 12:50:23 1.12 +++ src/usr.bin/chpass/Makefile 2015/09/14 07:19:41 1.13 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2008/07/04 12:50:23 djm Exp $ +# $OpenBSD: Makefile,v 1.13 2015/09/14 07:19:41 guenther Exp $ .include @@ -19,4 +19,5 @@ .include getpwent.o: getpwent.c - ${COMPILE.c} -UYP ${.CURDIR}/../../lib/libc/gen/getpwent.c + ${COMPILE.c} -UYP -D'DEF_WEAK(x)=asm("")' \ + ${.CURDIR}/../../lib/libc/gen/getpwent.c