summaryrefslogtreecommitdiffstats
path: root/sbin/init
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-11-03 18:01:21 +0000
committerru <ru@FreeBSD.org>2004-11-03 18:01:21 +0000
commitf0fbc30e0dfc83a5c6603f34bc585944a923a608 (patch)
tree3ac3269e298a8a5ca18723b897558aed5ce0331c /sbin/init
parent002936f9ab07237fa07e80d791a458fdec54a268 (diff)
downloadFreeBSD-src-f0fbc30e0dfc83a5c6603f34bc585944a923a608.zip
FreeBSD-src-f0fbc30e0dfc83a5c6603f34bc585944a923a608.tar.gz
Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
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 ce2e618..61752e9 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}
OpenPOWER on IntegriCloud