diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 1999-06-18 09:08:09 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 1999-06-18 09:08:09 +0000 |
commit | 1681d65976b242ed2223f0640bd1f3c27a4a1721 (patch) | |
tree | 5b4e26671051a14b5da535811395fb311225b3ec /sbin/init/Makefile | |
parent | 1427b87c55cb61521b404bef64ccbd608c9da934 (diff) |
Bring in System V run-level patches (turned off by default).
While I'm here, fix some typos in the manpage.
Requested by: des
Notes
Notes:
svn path=/head/; revision=47998
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r-- | sbin/init/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index de20c832a73c..105431807156 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 |