=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -c -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 **** ! # $OpenBSD: Makefile,v 1.12 2008/07/04 12:50:23 djm Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.13 2015/09/14 07:19:41 guenther Exp $ .include *************** *** 19,22 **** .include getpwent.o: getpwent.c ! ${COMPILE.c} -UYP ${.CURDIR}/../../lib/libc/gen/getpwent.c --- 19,23 ---- .include getpwent.o: getpwent.c ! ${COMPILE.c} -UYP -D'DEF_WEAK(x)=asm("")' \ ! ${.CURDIR}/../../lib/libc/gen/getpwent.c