diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-11-22 20:37:19 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-11-22 20:37:19 +0000 |
commit | 14a020c4e5c97f0b1b5088d38a2b3feabc54ca6a (patch) | |
tree | f38b844fab8661ae99632dbc6817e7424a36f6ae /usr.bin/chpass/Makefile | |
parent | 101c8d007008cc6b5934182375cbb736bea4da02 (diff) |
Bad .IMPSRC.
Diffstat (limited to 'usr.bin/chpass/Makefile')
-rw-r--r-- | usr.bin/chpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 0492a99b399..3d5384a63b9 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -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 <bsd.own.mk> @@ -18,4 +18,4 @@ LDADD+= -lrpcsvc -lutil .include <bsd.prog.mk> getpwent.o: getpwent.c - ${COMPILE.c} -UYP ${.IMPSRC} + ${COMPILE.c} -UYP ${.CURDIR}/getpwent.c |