summaryrefslogtreecommitdiffstats
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>1999-07-01 13:33:56 +0000
committerru <ru@FreeBSD.org>1999-07-01 13:33:56 +0000
commit5824f4faaa2789984794e431753877f5d9009718 (patch)
tree85bc8a3e966acb3644651aa3a52fa539e5e70514 /sbin/init/Makefile
parent9f3193881110e6cbce5ee7b80141386d339fab67 (diff)
downloadFreeBSD-src-5824f4faaa2789984794e431753877f5d9009718.zip
FreeBSD-src-5824f4faaa2789984794e431753877f5d9009718.tar.gz
Turn System V command line syntax ``on'' by default.
Requested by: peter Reviewed by: des, billf
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r--sbin/init/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 1054318..af8f90a 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,14 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.15 1998/01/20 10:39:56 bde Exp $
+# $Id: Makefile,v 1.16 1999/06/18 09:08:06 ru Exp $
PROG= init
MAN8= init.8
BINMODE=500
INSTALLFLAGS=-fschg
-CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP
-
-# Uncomment the following line to activate System V compatibility mode
-#CFLAGS+=-DCOMPAT_SYSV_INIT
+CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
OpenPOWER on IntegriCloud