1
2PROG=	wlandebug
3MAN=	wlandebug.8
4
5CFLAGS+=	-I${SRCTOP}/lib/libifconfig
6LIBADD+=	ifconfig
7
8WARNS?=	2
9
10.include <bsd.prog.mk>
11