e098c4fc55
As of r344530 libifconfig is built as a standard INTERNALLIB and the wlandebug PIE workaround from r344211 can be removed.
11 lines
100 B
Makefile
11 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wlandebug
|
|
MAN= wlandebug.8
|
|
|
|
LIBADD+= ifconfig
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|