summaryrefslogtreecommitdiffstats
path: root/bin/rcp
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 /bin/rcp
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 'bin/rcp')
-rw-r--r--bin/rcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index a9a4da5..1c156a2 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -7,6 +7,6 @@ CFLAGS+=-DBINDIR=${BINDIR}
BINOWN= root
BINMODE=4555
-INSTALLFLAGS=-fschg
+PRECIOUSPROG=
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud