summaryrefslogtreecommitdiffstats
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-20 10:40:18 +0000
committerbde <bde@FreeBSD.org>1998-01-20 10:40:18 +0000
commitd53ef8ee6e3691c20632d823bfdfecaddef8040d (patch)
tree40fb6b4690ac13ca43474970935ddeaca9cbee4d /sbin/init/Makefile
parentd40992eed703935d0806227d0513776856fad0a8 (diff)
downloadFreeBSD-src-d53ef8ee6e3691c20632d823bfdfecaddef8040d.zip
FreeBSD-src-d53ef8ee6e3691c20632d823bfdfecaddef8040d.tar.gz
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
the default.
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r--sbin/init/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 3913cfa..de20c83 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.13 1997/07/05 19:34:51 ache Exp $
+# $Id: Makefile,v 1.14 1997/08/18 03:32:09 davidn Exp $
PROG= init
MAN8= init.8
BINMODE=500
INSTALLFLAGS=-fschg
-CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -D_NEW_VFSCONF
+CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
OpenPOWER on IntegriCloud