aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wlandebug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wlandebug/Makefile')
-rw-r--r--usr.sbin/wlandebug/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/wlandebug/Makefile b/usr.sbin/wlandebug/Makefile
new file mode 100644
index 000000000000..43fdfe565226
--- /dev/null
+++ b/usr.sbin/wlandebug/Makefile
@@ -0,0 +1,9 @@
+PROG= wlandebug
+MAN= wlandebug.8
+
+CFLAGS+= -I${SRCTOP}/lib/libifconfig
+LIBADD+= ifconfig
+
+WARNS?= 2
+
+.include <bsd.prog.mk>