summaryrefslogtreecommitdiffstats
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-07-05 19:34:51 +0000
committerache <ache@FreeBSD.org>1997-07-05 19:34:51 +0000
commit0165b2e9da8f67b3be425153dbcda4f1c538573b (patch)
treed95412168cd436a9253591154624c914db10422d /sbin/init/Makefile
parent24cef30af294567498f8f0d830237349212c456a (diff)
downloadFreeBSD-src-0165b2e9da8f67b3be425153dbcda4f1c538573b.zip
FreeBSD-src-0165b2e9da8f67b3be425153dbcda4f1c538573b.tar.gz
Add -D_NEW_VFSCONF to eliminate compilation warning
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 244ff5e..fe64dd1 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id$
+# $Id: Makefile,v 1.12 1997/02/22 14:32:34 peter Exp $
PROG= init
MAN8= init.8
BINMODE=500
INSTALLFLAGS=-fschg
-CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP
+CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -D_NEW_VFSCONF
.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
OpenPOWER on IntegriCloud