summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-15 02:45:37 +0000
committerwollman <wollman@FreeBSD.org>1994-08-15 02:45:37 +0000
commit5d2f25e02e665ea5847fb27b806d3e1375eafaef (patch)
tree686ef83d31ba7270f7f5a4c3c9da948eae9ba9ad /sbin
parent95ac71623b852399d3de5d3df679b3a575f594ee (diff)
downloadFreeBSD-src-5d2f25e02e665ea5847fb27b806d3e1375eafaef.zip
FreeBSD-src-5d2f25e02e665ea5847fb27b806d3e1375eafaef.tar.gz
`init' needs crypt() for insecure consoles.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/init/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index ff6ce1e..7acd065 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -3,7 +3,7 @@
PROG= init
MAN8= init.8
DPADD= ${LIBUTIL}
-LDADD= -lutil
+LDADD= -lutil -lcrypt
BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE
OpenPOWER on IntegriCloud