diff options
Diffstat (limited to 'secure/sbin')
-rw-r--r-- | secure/sbin/Makefile | 6 | ||||
-rw-r--r-- | secure/sbin/Makefile.inc | 6 | ||||
-rw-r--r-- | secure/sbin/init/Makefile | 12 |
3 files changed, 0 insertions, 24 deletions
diff --git a/secure/sbin/Makefile b/secure/sbin/Makefile deleted file mode 100644 index 32ef1f1dc8ab..000000000000 --- a/secure/sbin/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $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 deleted file mode 100644 index d8e8fa0c33b9..000000000000 --- a/secure/sbin/Makefile.inc +++ /dev/null @@ -1,6 +0,0 @@ -# $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 deleted file mode 100644 index 48147c523428..000000000000 --- a/secure/sbin/init/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# @(#)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> |