aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wlandebug
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-03-25 01:31:26 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-03-25 01:31:26 +0000
commite055e3367e4febc5999d123c2fb418e9ede607d1 (patch)
treee3123a8d4d6c9199356712303d4562a58237f9b8 /usr.sbin/wlandebug
parent52de22cae7f1dd2f9655c2ceb4fc27538c4c8a99 (diff)
downloadsrc-e055e3367e4febc5999d123c2fb418e9ede607d1.tar.gz
src-e055e3367e4febc5999d123c2fb418e9ede607d1.zip
wlandebug: Add include path for libifconfig as it is a internallib
Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D24172
Notes
Notes: svn path=/head/; revision=359291
Diffstat (limited to 'usr.sbin/wlandebug')
-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