summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-03-03 21:41:26 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-03-03 21:41:26 +0000
commit8e06c99159d72efad4c4c5afe93392c9b80722d1 (patch)
treeb27e70ae3039d65af5cfa1ca9c5332ab10a855b8 /Makefile.inc1
parent7c74520dfe4a97c8dd50a7228b231092eb8f6a10 (diff)
downloadFreeBSD-src-8e06c99159d72efad4c4c5afe93392c9b80722d1.zip
FreeBSD-src-8e06c99159d72efad4c4c5afe93392c9b80722d1.tar.gz
MFC r313905:
xdev: Build yacc which is needed for recent libpcap updates.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 162a93b..5be4d30 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2494,7 +2494,8 @@ _xb-worldtmp: .PHONY
_xb-bootstrap-tools: .PHONY
.for _tool in \
${_clang_tblgen} \
- ${_gperf}
+ ${_gperf} \
+ ${_yacc}
${_+_}@${ECHODIR} "===> ${_tool} (obj,all,install)"; \
cd ${.CURDIR}/${_tool}; \
${CDMAKE} DIRPRFX=${_tool}/ obj; \
OpenPOWER on IntegriCloud