summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-20 21:29:33 +0000
committercsgr <csgr@FreeBSD.org>1994-08-20 21:29:33 +0000
commitffa8ef6d3ff36d2fffeccab90e6dcb5fc8c1edd5 (patch)
tree1318a04d4b98152f5a3fcb6744ef496de2055b26 /usr.bin/su/Makefile
parentbb1890fe44fa9e4bbd2bb339ae460997d8dcedd4 (diff)
downloadFreeBSD-src-ffa8ef6d3ff36d2fffeccab90e6dcb5fc8c1edd5.zip
FreeBSD-src-ffa8ef6d3ff36d2fffeccab90e6dcb5fc8c1edd5.tar.gz
LDADD= -lcrypt
Submitted by: Geoff
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index dbd89b3..33dc062 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -1,9 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= su
+LDADD= -lcrypt
#CFLAGS+=-DKERBEROS
#DPADD= ${LIBKRB} ${LIBDES}
-#LDADD= -lkrb -ldes
+#LDADD+=-lkrb -ldes
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud