From e055e3367e4febc5999d123c2fb418e9ede607d1 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 25 Mar 2020 01:31:26 +0000 Subject: wlandebug: Add include path for libifconfig as it is a internallib Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D24172 --- usr.sbin/wlandebug/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/wlandebug') 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 -- cgit v1.2.3