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
This commit is contained in:
Ruslan Ermilov
2004-11-03 18:01:21 +00:00
parent b81d7730f3
commit dee651eb15
17 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ LDADD+= ${MINUSLPAM}
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
PRECIOUSPROG=
.include <bsd.prog.mk>