diff options
Diffstat (limited to 'usr.sbin/watchdogd/Makefile')
-rw-r--r-- | usr.sbin/watchdogd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile index e7c5674..de6f976 100644 --- a/usr.sbin/watchdogd/Makefile +++ b/usr.sbin/watchdogd/Makefile @@ -2,6 +2,6 @@ PROG= watchdogd MAN= watchdogd.8 -WARNS= 6 +WARNS?= 6 .include <bsd.prog.mk> |