aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-09-21 19:50:39 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-09-21 19:50:39 +0000
commit7b3286c189638f983ce419a9451c0854783bdeb5 (patch)
treeca7a45e025d5539f8193c42231335e99aedacc03 /tools
parent335770ac08648d57ca6d1b9b1ca0fb7047ae8e42 (diff)
downloadsrc-7b3286c189638f983ce419a9451c0854783bdeb5.tar.gz
src-7b3286c189638f983ce419a9451c0854783bdeb5.zip
bsdbox: fix build after recent libifconfig changes
libifconfig now generates file(s) into its .OBJDIR that are essential to the build. Make sure we -I that in, like we already do in the ^/rescue build.
Notes
Notes: svn path=/head/; revision=365972
Diffstat (limited to 'tools')
-rw-r--r--tools/bsdbox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile
index e4c1e35b7d48..ce40eb8b75a2 100644
--- a/tools/bsdbox/Makefile
+++ b/tools/bsdbox/Makefile
@@ -74,6 +74,7 @@ CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevstat -lipsec
# Don't forget this - ifconfig, etc -adrian
CRUNCH_LIBS+= ${LDADD_ifconfig}
CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
+CRUNCH_BUILDOPTS+= CRUNCH_CFLAGS+=-I${OBJTOP}/lib/libifconfig
##################################################################
# Programs from stock /usr/bin