]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/wlandebug/Makefile
zfs: merge openzfs/zfs@887a3c533
[FreeBSD/FreeBSD.git] / usr.sbin / wlandebug / Makefile
1
2 PROG=   wlandebug
3 MAN=    wlandebug.8
4
5 CFLAGS+=        -I${SRCTOP}/lib/libifconfig
6 LIBADD+=        ifconfig
7
8 WARNS?= 2
9
10 .include <bsd.prog.mk>