diff options
author | alex <alex@FreeBSD.org> | 2000-06-09 09:40:34 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-09 09:40:34 +0000 |
commit | 2958091f3ff7a29cd578feef5e239edc66eb42a5 (patch) | |
tree | 18b0210e16a99b96e552e495ecccc11205ea1f1d | |
parent | ea5d2c88b7b4d4a4ce38a5f3869f4ec8670b1c9e (diff) | |
download | FreeBSD-src-2958091f3ff7a29cd578feef5e239edc66eb42a5.zip FreeBSD-src-2958091f3ff7a29cd578feef5e239edc66eb42a5.tar.gz |
Add MLINK init.8 --> securelevel.8
Requested by: Brett Glass <brett@lariat.org>
PR: 13792
Submitted by: nik
-rw-r--r-- | sbin/init/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index f40061e..39a5efc 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -3,6 +3,7 @@ PROG= init MAN8= init.8 +MLINKS= init.8 securelevel.8 BINMODE=500 INSTALLFLAGS=-fschg CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT |