aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wlanstats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wlanstats/Makefile')
-rw-r--r--usr.sbin/wlanstats/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/usr.sbin/wlanstats/Makefile b/usr.sbin/wlanstats/Makefile
deleted file mode 100644
index 574a9c27137f..000000000000
--- a/usr.sbin/wlanstats/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-.include <bsd.compiler.mk>
-
-PROG= wlanstats
-MAN= wlanstats.8
-
-CFLAGS= -I${SRCTOP}/lib/libbsdstat
-LIBADD= bsdstat
-
-SRCS= main.c \
- wlanstats.c
-
-CFLAGS.clang+= -fbracket-depth=512 -Wno-cast-align
-
-.include <bsd.prog.mk>