summaryrefslogtreecommitdiff
path: root/usr.bin/passwd/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-11-22 20:37:19 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-11-22 20:37:19 +0000
commit14a020c4e5c97f0b1b5088d38a2b3feabc54ca6a (patch)
treef38b844fab8661ae99632dbc6817e7424a36f6ae /usr.bin/passwd/Makefile
parent101c8d007008cc6b5934182375cbb736bea4da02 (diff)
Bad .IMPSRC.
Diffstat (limited to 'usr.bin/passwd/Makefile')
-rw-r--r--usr.bin/passwd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 9a067dc431c..ded45ff9476 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 2001/07/19 18:21:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.24 2001/11/22 20:37:18 espie Exp $
.include <bsd.own.mk>
@@ -35,6 +35,6 @@ BINMODE=4555
BINOWN=root
getpwent.o: getpwent.c
- ${COMPILE.c} -UYP ${.IMPSRC}
+ ${COMPILE.c} -UYP ${.CURDIR}/../../lib/libc/gen/getpwent.c
.include <bsd.prog.mk>