summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wicontrol/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-09-05 23:59:20 +0000
committerbrooks <brooks@FreeBSD.org>2001-09-05 23:59:20 +0000
commit28af511dd72a64401611f208992889cba8661762 (patch)
tree1c54f693d2f2100919b66b67e183ffab9627666c /usr.sbin/wicontrol/Makefile
parent7681feaabca71c52b4f4da03de3bda4d8e5731ff (diff)
downloadFreeBSD-src-28af511dd72a64401611f208992889cba8661762.zip
FreeBSD-src-28af511dd72a64401611f208992889cba8661762.tar.gz
Make wicontrol WARNS=2 clean. This is mostly just adding const to things.
Diffstat (limited to 'usr.sbin/wicontrol/Makefile')
-rw-r--r--usr.sbin/wicontrol/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/wicontrol/Makefile b/usr.sbin/wicontrol/Makefile
index 4036db5..04bddfc 100644
--- a/usr.sbin/wicontrol/Makefile
+++ b/usr.sbin/wicontrol/Makefile
@@ -5,4 +5,6 @@ MAN= wicontrol.8
CFLAGS+= -DWICACHE
+WARNS=2
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud