=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/chpass/Makefile 2000/09/03 18:41:17 1.8 +++ src/usr.bin/chpass/Makefile 2001/11/22 20:37:18 1.9 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2000/09/03 18:41:17 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2001/11/22 20:37:18 espie Exp $ .include @@ -18,4 +18,4 @@ .include getpwent.o: getpwent.c - ${COMPILE.c} -UYP ${.IMPSRC} + ${COMPILE.c} -UYP ${.CURDIR}/getpwent.c