wlandebug: Add include path for libifconfig as it is a internallib

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D24172
This commit is contained in:
Emmanuel Vadot 2020-03-25 01:31:26 +00:00
parent 52de22cae7
commit e055e3367e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359291
2 changed files with 4 additions and 2 deletions

View File

@ -10,8 +10,9 @@ SRCS= libifconfig.c libifconfig_carp.c libifconfig_inet.c
SRCS+= libifconfig_inet6.c libifconfig_internal.c libifconfig_lagg.c
SRCS+= libifconfig_media.c
INCSDIR= ${INCLUDEDIR}
INCS= libifconfig.h
# If libifconfig become public uncomment those two lines
#INCSDIR= ${INCLUDEDIR}
#INCS= libifconfig.h
#MAN= libifconfig.3

View File

@ -3,6 +3,7 @@
PROG= wlandebug
MAN= wlandebug.8
CFLAGS+= -I${SRCTOP}/lib/libifconfig
LIBADD+= ifconfig
WARNS?= 2