aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-11-03 18:01:21 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-11-03 18:01:21 +0000
commitdee651eb15eb85ae1b3bd54056277d1dde58d129 (patch)
tree3ac3269e298a8a5ca18723b897558aed5ce0331c /sbin/init
parentb81d7730f371c1487dea01674ea15adf03870e4e (diff)
Notes
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index ce2e618ca4e5..61752e9d3277 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -5,7 +5,8 @@ PROG= init
MAN= init.8
MLINKS= init.8 securelevel.8
BINMODE=500
-INSTALLFLAGS=-fschg -b -B.bak
+PRECIOUSPROG=
+INSTALLFLAGS=-b -B.bak
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
WARNS?= 0
DPADD= ${LIBUTIL} ${LIBCRYPT}