summaryrefslogtreecommitdiff
path: root/usr.bin/newgrp
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 /usr.bin/newgrp
parentb81d7730f371c1487dea01674ea15adf03870e4e (diff)
downloadsrc-test2-dee651eb15eb85ae1b3bd54056277d1dde58d129.tar.gz
src-test2-dee651eb15eb85ae1b3bd54056277d1dde58d129.zip
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
Notes
Notes: svn path=/head/; revision=137164
Diffstat (limited to 'usr.bin/newgrp')
-rw-r--r--usr.bin/newgrp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/newgrp/Makefile b/usr.bin/newgrp/Makefile
index 546fcf72d347..8195348bf3f8 100644
--- a/usr.bin/newgrp/Makefile
+++ b/usr.bin/newgrp/Makefile
@@ -6,7 +6,7 @@ LDADD= -lcrypt -lutil
.if defined(ENABLE_SUID_NEWGRP)
BINMODE= 4555
-INSTALLFLAGS= -fschg
+PRECIOUSPROG=
.endif
.include <bsd.prog.mk>