diff options
| author | Matteo Riondato <matteo@FreeBSD.org> | 2008-11-18 00:12:15 +0000 |
|---|---|---|
| committer | Matteo Riondato <matteo@FreeBSD.org> | 2008-11-18 00:12:15 +0000 |
| commit | d9e5bb5c209c763a6ca0d40e38d871f503908e89 (patch) | |
| tree | 4b02630872caf410ee6774802d73ee9366fe0ab9 | |
| parent | e80ccae7eda5744038f1b43ac487d013d35eddd7 (diff) | |
Notes
| -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 d136fb2f7f33..829128e5729e 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 |
