aboutsummaryrefslogtreecommitdiff
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1995-10-01 15:12:47 +0000
committerMark Murray <markm@FreeBSD.org>1995-10-01 15:12:47 +0000
commit090bf93cd18a4ac74b8dcd803cac464b7c26f48a (patch)
treea04ec71c7ae0c3479afeb961fec2fd8b9c3621b6 /sbin/init/Makefile
parent6d753bdd672506f291807941a290e8b900fad08b (diff)
Notes
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r--sbin/init/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 7acd065f615c..c2dfb3694ca4 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
+# $id$
PROG= init
MAN8= init.8
@@ -8,4 +9,10 @@ BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE
+.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
+DPADD= ${CRYPTOBJDIR}/libdescrypt.a ${LIBUTIL}
+LDADD= -L${CRYPTOBJDIR} -lutil -ldescrypt
+BINMODE=500
+.endif
+
.include <bsd.prog.mk>