summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd/Makefile
diff options
context:
space:
mode:
authorcjc <cjc@FreeBSD.org>2002-03-18 12:55:28 +0000
committercjc <cjc@FreeBSD.org>2002-03-18 12:55:28 +0000
commit51b661db902c9856575480afc0d033053b3d1ae6 (patch)
tree79b6de113d75bc71aa000c5399140bfc75e18839 /usr.bin/passwd/Makefile
parentab19336d4b1e7a0e6f87e5f2914117863ce6491e (diff)
downloadFreeBSD-src-51b661db902c9856575480afc0d033053b3d1ae6.zip
FreeBSD-src-51b661db902c9856575480afc0d033053b3d1ae6.tar.gz
Fix world breakage introduced by my recent modifications to
chpass(8). The relations between libc, libpam, chpass, passwd, and vipw are a mess and probably should be cleaned up. Submitted by: Peter Pentchev <roam@ringlet.net>
Diffstat (limited to 'usr.bin/passwd/Makefile')
-rw-r--r--usr.bin/passwd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 67022c3..1192904 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -20,6 +20,7 @@ LDADD= -lcrypt -lutil
CFLAGS+= -DLOGIN_CAP -DCRYPT -I. -I${.CURDIR} \
-I${.CURDIR}/../../usr.sbin/vipw \
-I${.CURDIR}/../../usr.bin/chpass \
+ -I${.CURDIR}/../../lib/libc/gen \
-Dyp_error=warnx -DLOGGING
.else
@@ -42,6 +43,7 @@ CFLAGS+= -DLOGIN_CAP -DCRYPT -DYP -I. -I${.CURDIR} \
-I${.CURDIR}/../../usr.bin/chpass \
-I${.CURDIR}/../../libexec/ypxfr \
-I${.CURDIR}/../../usr.sbin/rpc.yppasswdd \
+ -I${.CURDIR}/../../lib/libc/gen \
-Dyp_error=warnx -DLOGGING
.endif
OpenPOWER on IntegriCloud