summaryrefslogtreecommitdiffstats
path: root/kerberos5
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 /kerberos5
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 'kerberos5')
-rw-r--r--kerberos5/usr.bin/ksu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/usr.bin/ksu/Makefile b/kerberos5/usr.bin/ksu/Makefile
index 93f9e21..cccf559 100644
--- a/kerberos5/usr.bin/ksu/Makefile
+++ b/kerberos5/usr.bin/ksu/Makefile
@@ -3,7 +3,7 @@
PROG= ksu
.if defined(ENABLE_SUID_K5SU)
BINMODE=4555
-INSTALLFLAGS=-fschg
+PRECIOUSPROG=
.endif
NOMAN=
SRCS= su.c
OpenPOWER on IntegriCloud