diff options
Diffstat (limited to 'usr.sbin/wicontrol/Makefile')
-rw-r--r-- | usr.sbin/wicontrol/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/wicontrol/Makefile b/usr.sbin/wicontrol/Makefile index f68ae34746b1..ed9f06ce7f19 100644 --- a/usr.sbin/wicontrol/Makefile +++ b/usr.sbin/wicontrol/Makefile @@ -1,9 +1,6 @@ # $FreeBSD$ PROG= wicontrol -SRCS= wicontrol.c CFLAGS+= -Wall -DWICACHE -MAN8= wicontrol.8 - .include <bsd.prog.mk> |