diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /secure/sbin | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvs
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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> |
