summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
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/login
parentee89c5a36579258324425530afd44e5dedad8847 (diff)
downloadFreeBSD-src-bb1890fe44fa9e4bbd2bb339ae460997d8dcedd4.zip
FreeBSD-src-bb1890fe44fa9e4bbd2bb339ae460997d8dcedd4.tar.gz
LDADD= -lcrypt
Submitted by: Geoff
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 538bac8..8be09a6 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -6,7 +6,7 @@ SRCS= login.c
#klogin.c
DPADD= ${LIBUTIL}
#${LIBKRB} ${LIBDES}
-LDADD= -lutil
+LDADD= -lutil -lcrypt
#-lkrb -ldes
BINOWN= root
BINMODE=4555
OpenPOWER on IntegriCloud