aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-15 02:45:37 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-15 02:45:37 +0000
commit053b68b9aed1d8121da24dba299e0ac02bf068e8 (patch)
tree686ef83d31ba7270f7f5a4c3c9da948eae9ba9ad
parent021d975d03fb06dcd351f3c252310d415231163a (diff)
Notes
-rw-r--r--sbin/init/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index ff6ce1ee45dd..7acd065f615c 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