aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
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/login
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/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 538bac825242..8be09a62f4fc 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