=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/chpass/Makefile 2001/11/22 20:37:18 1.9 +++ src/usr.bin/chpass/Makefile 2001/11/23 15:32:05 1.10 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2001/11/22 20:37:18 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2001/11/23 15:32:05 espie Exp $ .include @@ -18,4 +18,4 @@ .include getpwent.o: getpwent.c - ${COMPILE.c} -UYP ${.CURDIR}/getpwent.c + ${COMPILE.c} -UYP ${.CURDIR}/../../lib/libc/gen/getpwent.c