summaryrefslogtreecommitdiffstats
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>1999-06-18 09:08:09 +0000
committerru <ru@FreeBSD.org>1999-06-18 09:08:09 +0000
commit412b642b28fff70dfcfbb55a0b8e9684cb7a8912 (patch)
tree4b3693d869bd69386253b8cfd2e4e112d2d50086 /sbin/init/Makefile
parentcc616cd95b9963c6bcd6b3e97ab81e34a4d75076 (diff)
downloadFreeBSD-src-412b642b28fff70dfcfbb55a0b8e9684cb7a8912.zip
FreeBSD-src-412b642b28fff70dfcfbb55a0b8e9684cb7a8912.tar.gz
Bring in System V run-level patches (turned off by default).
While I'm here, fix some typos in the manpage. Requested by: des
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r--sbin/init/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index de20c83..1054318 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.14 1997/08/18 03:32:09 davidn Exp $
+# $Id: Makefile,v 1.15 1998/01/20 10:39:56 bde Exp $
PROG= init
MAN8= init.8
@@ -7,6 +7,9 @@ BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP
+# Uncomment the following line to activate System V compatibility mode
+#CFLAGS+=-DCOMPAT_SYSV_INIT
+
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
DPADD= ${LIBUTIL} ${DESCRYPTOBJDIR}/libdescrypt.a
OpenPOWER on IntegriCloud