summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/crontab
diff options
context:
space:
mode:
authormatteo <matteo@FreeBSD.org>2008-11-18 00:12:15 +0000
committermatteo <matteo@FreeBSD.org>2008-11-18 00:12:15 +0000
commitd4072625e6e5c3f6f051aaf2ddd4669c2075a265 (patch)
tree4b02630872caf410ee6774802d73ee9366fe0ab9 /usr.sbin/cron/crontab
parenteb404aafac60161295f48d1e2a9dbc228cd8922c (diff)
downloadFreeBSD-src-d4072625e6e5c3f6f051aaf2ddd4669c2075a265.zip
FreeBSD-src-d4072625e6e5c3f6f051aaf2ddd4669c2075a265.tar.gz
Use WARNS?= instead of WARNS=
MFC after: 3 days
Diffstat (limited to 'usr.sbin/cron/crontab')
-rw-r--r--usr.sbin/cron/crontab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile
index d136fb2..829128e 100644
--- a/usr.sbin/cron/crontab/Makefile
+++ b/usr.sbin/cron/crontab/Makefile
@@ -8,7 +8,7 @@ BINOWN= root
BINMODE=4555
PRECIOUSPROG=
-WARNS=3
+WARNS?= 3
CFLAGS+= -I${.CURDIR}/../cron
OpenPOWER on IntegriCloud