mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
11 lines
137 B
Makefile
11 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wlandebug
|
|
MAN= wlandebug.8
|
|
|
|
CFLAGS+= -I${SRCTOP}/lib/libifconfig
|
|
LIBADD+= ifconfig
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|