]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/wlandebug/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / usr.sbin / wlandebug / Makefile
1 # $FreeBSD$
2
3 PROG=   wlandebug
4 MAN=    wlandebug.8
5
6 CFLAGS+=        -I${SRCTOP}/lib/libifconfig
7 LIBADD+=        ifconfig
8
9 WARNS?= 2
10
11 .include <bsd.prog.mk>