e055e3367e
Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D24172
12 lines
137 B
Makefile
12 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wlandebug
|
|
MAN= wlandebug.8
|
|
|
|
CFLAGS+= -I${SRCTOP}/lib/libifconfig
|
|
LIBADD+= ifconfig
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|