diff options
Diffstat (limited to 'usr.sbin/wicontrol/Makefile')
-rw-r--r-- | usr.sbin/wicontrol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/wicontrol/Makefile b/usr.sbin/wicontrol/Makefile index e336ad8..b8ac802 100644 --- a/usr.sbin/wicontrol/Makefile +++ b/usr.sbin/wicontrol/Makefile @@ -3,8 +3,7 @@ PROG= wicontrol MAN= wicontrol.8 -CFLAGS+= -DWICACHE - WARNS?= 2 +CFLAGS+= -DWICACHE .include <bsd.prog.mk> |