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.sbin/cron/crontab/Makefile | |
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.sbin/cron/crontab/Makefile')
-rw-r--r-- | usr.sbin/cron/crontab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile index 2c1bfc0..6b9486d 100644 --- a/usr.sbin/cron/crontab/Makefile +++ b/usr.sbin/cron/crontab/Makefile @@ -6,7 +6,7 @@ PROG= crontab MAN= crontab.1 crontab.5 BINOWN= root BINMODE=4555 -INSTALLFLAGS=-fschg +PRECIOUSPROG= CFLAGS+= -I${.CURDIR}/../cron |