summaryrefslogtreecommitdiffstats
path: root/secure/sbin/init/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/sbin/init/Makefile')
-rw-r--r--secure/sbin/init/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/secure/sbin/init/Makefile b/secure/sbin/init/Makefile
new file mode 100644
index 0000000..48147c5
--- /dev/null
+++ b/secure/sbin/init/Makefile
@@ -0,0 +1,12 @@
+# @(#)Makefile 8.1 (Berkeley) 7/19/93
+
+PROG= init
+NOMAN= true
+DPADD= ../../lib/libcrypt/libdescrypt.a ${LIBUTIL}
+LDADD= -L../../lib/libcrypt -lutil -ldescrypt
+.PATH: ${.CURDIR}/../../../sbin/init
+BINMODE=500
+INSTALLFLAGS=-fschg
+CFLAGS+=-DDEBUGSHELL -DSECURE
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud