aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd/Makefile
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-08-20 21:19:46 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-08-20 21:19:46 +0000
commit4714bb15be0d610ae5fb7ee6f92c4e1f121accc3 (patch)
treef3b6fc6dafc1125389de39f6a07c1be5a594692b /usr.bin/passwd/Makefile
parent11841a6877e8647938e5020e4debae73ed2b0250 (diff)
downloadsrc-4714bb15be0d610ae5fb7ee6f92c4e1f121accc3.tar.gz
src-4714bb15be0d610ae5fb7ee6f92c4e1f121accc3.zip
LDADD= -lcrypt
Submitted by: Geoff
Notes
Notes: svn path=/head/; revision=2158
Diffstat (limited to 'usr.bin/passwd/Makefile')
-rw-r--r--usr.bin/passwd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 4e0195494a94..1614ba448756 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -2,13 +2,14 @@
PROG= passwd
SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c
+LDADD= -lcrypt
#krb_passwd.c
#DPADD= ${LIBKRB} ${LIBDES}
.PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \
${.CURDIR}/../rlogin
CFLAGS+=-DCRYPT -I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw \
-I${.CURDIR}/../../usr.bin/chpass
-#LDADD= -lkrb -ldes
+#LDADD+=-lkrb -ldes
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg