diff options
author | matteo <matteo@FreeBSD.org> | 2008-11-18 00:59:26 +0000 |
---|---|---|
committer | matteo <matteo@FreeBSD.org> | 2008-11-18 00:59:26 +0000 |
commit | f2820241b020317bc227cc8cf7b373b01ac532ab (patch) | |
tree | 4d6c2c4eade4429fbf755a824851a32c2987653c /usr.sbin/cron/lib | |
parent | 3c521d56fa0b5a2cce19e0b9abdbe676787c107e (diff) | |
download | FreeBSD-src-f2820241b020317bc227cc8cf7b373b01ac532ab.zip FreeBSD-src-f2820241b020317bc227cc8cf7b373b01ac532ab.tar.gz |
use WARNS?= instead of WARNS=
MFC after: 3 days
Diffstat (limited to 'usr.sbin/cron/lib')
-rw-r--r-- | usr.sbin/cron/lib/Makefile | 2 |
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 |