summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authormatteo <matteo@FreeBSD.org>2008-11-18 00:59:26 +0000
committermatteo <matteo@FreeBSD.org>2008-11-18 00:59:26 +0000
commitf2820241b020317bc227cc8cf7b373b01ac532ab (patch)
tree4d6c2c4eade4429fbf755a824851a32c2987653c /usr.sbin/cron
parent3c521d56fa0b5a2cce19e0b9abdbe676787c107e (diff)
downloadFreeBSD-src-f2820241b020317bc227cc8cf7b373b01ac532ab.zip
FreeBSD-src-f2820241b020317bc227cc8cf7b373b01ac532ab.tar.gz
use WARNS?= instead of WARNS=
MFC after: 3 days
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile
index 5d8dcb8..51316c1 100644
--- a/usr.sbin/cron/lib/Makefile
+++ b/usr.sbin/cron/lib/Makefile
@@ -4,7 +4,7 @@ LIB= cron
INTERNALLIB=
SRCS= entry.c env.c misc.c
-WARNS = 3
+WARNS?= 3
CFLAGS+= -I${.CURDIR}/../cron
CFLAGS+= -DLOGIN_CAP -DPAM
OpenPOWER on IntegriCloud