freebsd-dev/usr.sbin/wlandebug/Makefile
Ed Maste 8323b6417c wlandebug: disable PIE to fix build failure
libifconfig is built as a static-only PRIVATELIB (and there is no _pie.a
version) so disable PIE in libifconfig's consumer.

Sponsored by:	The FreeBSD Foundation
2019-02-16 12:49:55 +00:00

12 lines
112 B
Makefile

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