summaryrefslogtreecommitdiffstats
path: root/secure/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-14 20:45:35 +0000
committerphk <phk@FreeBSD.org>1994-11-14 20:45:35 +0000
commit277a5cfc859e85cd4ca28636320955ef71c7c395 (patch)
tree22d62c37f7cfda9a7791d6d7bf3a1e7e045bc0a3 /secure/sbin
parent48765f90e3130d772908e0166fcd496b6b3637d6 (diff)
downloadFreeBSD-src-277a5cfc859e85cd4ca28636320955ef71c7c395.zip
FreeBSD-src-277a5cfc859e85cd4ca28636320955ef71c7c395.tar.gz
Make the "distribute" target build the "des" distribution. Make des'ed
init and ed, by pointing to real sources.
Diffstat (limited to 'secure/sbin')
-rw-r--r--secure/sbin/Makefile6
-rw-r--r--secure/sbin/Makefile.inc6
-rw-r--r--secure/sbin/init/Makefile12
3 files changed, 24 insertions, 0 deletions
diff --git a/secure/sbin/Makefile b/secure/sbin/Makefile
new file mode 100644
index 0000000..32ef1f1
--- /dev/null
+++ b/secure/sbin/Makefile
@@ -0,0 +1,6 @@
+# $Id: Makefile,v 1.1 1994/09/07 07:16:49 pst Exp $
+
+SUBDIR= init
+
+.include <bsd.subdir.mk>
+
diff --git a/secure/sbin/Makefile.inc b/secure/sbin/Makefile.inc
new file mode 100644
index 0000000..d8e8fa0
--- /dev/null
+++ b/secure/sbin/Makefile.inc
@@ -0,0 +1,6 @@
+# $Id: Makefile.inc,v 1.1 1994/09/07 07:16:50 pst Exp $
+
+BINDIR= /sbin
+
+NOSHARED?= YES
+.include "${.CURDIR}/../../Makefile.inc"
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