summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-20 21:19:46 +0000
committercsgr <csgr@FreeBSD.org>1994-08-20 21:19:46 +0000
commitbb1890fe44fa9e4bbd2bb339ae460997d8dcedd4 (patch)
treef3b6fc6dafc1125389de39f6a07c1be5a594692b /usr.bin/passwd
parentee89c5a36579258324425530afd44e5dedad8847 (diff)
downloadFreeBSD-src-bb1890fe44fa9e4bbd2bb339ae460997d8dcedd4.zip
FreeBSD-src-bb1890fe44fa9e4bbd2bb339ae460997d8dcedd4.tar.gz
LDADD= -lcrypt
Submitted by: Geoff
Diffstat (limited to 'usr.bin/passwd')
-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 4e01954..1614ba4 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
OpenPOWER on IntegriCloud