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