diff options
author | ru <ru@FreeBSD.org> | 2004-11-03 18:01:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-11-03 18:01:21 +0000 |
commit | f0fbc30e0dfc83a5c6603f34bc585944a923a608 (patch) | |
tree | 3ac3269e298a8a5ca18723b897558aed5ce0331c /usr.bin/rlogin | |
parent | 002936f9ab07237fa07e80d791a458fdec54a268 (diff) | |
download | FreeBSD-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/rlogin')
-rw-r--r-- | usr.bin/rlogin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |