f4d42e86df
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
12 lines
112 B
Makefile
12 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wlandebug
|
|
MAN= wlandebug.8
|
|
MK_PIE:= no
|
|
|
|
LIBADD+= ifconfig
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|