summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/login/Makefile2
-rw-r--r--usr.bin/newgrp/Makefile2
-rw-r--r--usr.bin/opieinfo/Makefile2
-rw-r--r--usr.bin/opiepasswd/Makefile2
-rw-r--r--usr.bin/rlogin/Makefile2
-rw-r--r--usr.bin/rsh/Makefile2
-rw-r--r--usr.bin/su/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index e473aae..9ddda36 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -10,7 +10,7 @@ MAN= login.1 login.access.5
.if !defined(NO_SETUID_LOGIN)
BINOWN= root
BINMODE=4555
-INSTALLFLAGS=-fschg
+PRECIOUSPROG=
.endif
.include <bsd.prog.mk>
diff --git a/usr.bin/newgrp/Makefile b/usr.bin/newgrp/Makefile
index 546fcf7..8195348 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>
diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile
index 38fa246..0375111 100644
--- a/usr.bin/opieinfo/Makefile
+++ b/usr.bin/opieinfo/Makefile
@@ -13,7 +13,7 @@ LDADD= -lopie -lmd
BINOWN= root
BINMODE=4555
-INSTALLFLAGS=-fschg
+PRECIOUSPROG=
.PATH: ${OPIE_DIST}
diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile
index b25b54a..0d75a21 100644
--- a/usr.bin/opiepasswd/Makefile
+++ b/usr.bin/opiepasswd/Makefile
@@ -13,7 +13,7 @@ LDADD= -lopie -lmd
BINOWN= root
BINMODE=4555
-INSTALLFLAGS=-fschg
+PRECIOUSPROG=
.PATH: ${OPIE_DIST}
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 2cc2e5c..e8f4dd4 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -6,6 +6,6 @@ SRCS= rlogin.c
BINOWN= root
BINMODE=4555
-INSTALLFLAGS=-fschg
+PRECIOUSPROG=
.include <bsd.prog.mk>
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index fd4644e..4281ed3 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -7,6 +7,6 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
BINOWN= root
BINMODE=4555
-INSTALLFLAGS=-fschg
+PRECIOUSPROG=
.include <bsd.prog.mk>
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 90b3123..109b551 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -8,6 +8,6 @@ LDADD= -lutil ${MINUSLPAM}
BINOWN= root
BINMODE=4555
-INSTALLFLAGS=-fschg
+PRECIOUSPROG=
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud