summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-09-21 07:25:53 +0000
committerru <ru@FreeBSD.org>2001-09-21 07:25:53 +0000
commit6137f71e4ca1a40b5019a7a7a8570a610a3a3b53 (patch)
tree5a6bcb50c2a8ff8a27ac455649021ced3e5c26cd
parentf9bcfb7e5305406eaec06cf05d39283c3f6f7439 (diff)
downloadFreeBSD-src-6137f71e4ca1a40b5019a7a7a8570a610a3a3b53.zip
FreeBSD-src-6137f71e4ca1a40b5019a7a7a8570a610a3a3b53.tar.gz
WARNS= -> WARNS?=
-rw-r--r--usr.sbin/newsyslog/Makefile2
-rw-r--r--usr.sbin/wicontrol/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile
index 2680531..ab06f3a 100644
--- a/usr.sbin/newsyslog/Makefile
+++ b/usr.sbin/newsyslog/Makefile
@@ -3,6 +3,6 @@
PROG= newsyslog
MAN= newsyslog.8
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.sbin/wicontrol/Makefile b/usr.sbin/wicontrol/Makefile
index 04bddfc..e336ad8 100644
--- a/usr.sbin/wicontrol/Makefile
+++ b/usr.sbin/wicontrol/Makefile
@@ -5,6 +5,6 @@ MAN= wicontrol.8
CFLAGS+= -DWICACHE
-WARNS=2
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud