diff options
Diffstat (limited to 'usr.sbin/wlandebug/Makefile')
| -rw-r--r-- | usr.sbin/wlandebug/Makefile | 9 |
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> |
