diff options
Diffstat (limited to 'usr.bin/chpass/Makefile')
-rw-r--r-- | usr.bin/chpass/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 75c0d7ff1df..59ed17061f8 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -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 <bsd.own.mk> @@ -19,4 +19,5 @@ LDADD+= -lrpcsvc -lutil .include <bsd.prog.mk> 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 |