aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wlandebug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wlandebug/Makefile')
-rw-r--r--usr.sbin/wlandebug/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/wlandebug/Makefile b/usr.sbin/wlandebug/Makefile
index 7ac993319947..d03fa4a07f82 100644
--- a/usr.sbin/wlandebug/Makefile
+++ b/usr.sbin/wlandebug/Makefile
@@ -3,6 +3,7 @@
PROG= wlandebug
MAN= wlandebug.8
+CFLAGS+= -I${SRCTOP}/lib/libifconfig
LIBADD+= ifconfig
WARNS?= 2