summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-11-23 15:32:06 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-11-23 15:32:06 +0000
commit8894b093c749fa9e2d05dc7282a9ac73a1e1162a (patch)
tree38546081563cafb15d54e4503efd67bd31285a0c /usr.bin
parent1f9ab14a0611a738ff17c91ff63baea4759d09b5 (diff)
oops. Thx mpech@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chpass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 3d5384a63b9..16348dee558 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -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 <bsd.own.mk>
@@ -18,4 +18,4 @@ LDADD+= -lrpcsvc -lutil
.include <bsd.prog.mk>
getpwent.o: getpwent.c
- ${COMPILE.c} -UYP ${.CURDIR}/getpwent.c
+ ${COMPILE.c} -UYP ${.CURDIR}/../../lib/libc/gen/getpwent.c