summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wicontrol/Makefile
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 /usr.sbin/wicontrol/Makefile
parentf9bcfb7e5305406eaec06cf05d39283c3f6f7439 (diff)
downloadFreeBSD-src-6137f71e4ca1a40b5019a7a7a8570a610a3a3b53.zip
FreeBSD-src-6137f71e4ca1a40b5019a7a7a8570a610a3a3b53.tar.gz
WARNS= -> WARNS?=
Diffstat (limited to 'usr.sbin/wicontrol/Makefile')
-rw-r--r--usr.sbin/wicontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
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