freebsd-dev/usr.sbin/wlandebug/Makefile
Ed Maste e098c4fc55 Revert r344211: wlandebug: disable PIE to fix build failure
As of r344530 libifconfig is built as a standard INTERNALLIB and the
wlandebug PIE workaround from r344211 can be removed.
2019-02-25 18:27:19 +00:00

11 lines
100 B
Makefile

# $FreeBSD$
PROG= wlandebug
MAN= wlandebug.8
LIBADD+= ifconfig
WARNS?= 2
.include <bsd.prog.mk>