From e36b831f4b4efd5f86f0d28a37e31677d1677c04 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 17 Feb 2017 22:51:34 +0000 Subject: [PATCH] xdev: Build yacc which is needed for recent libpcap updates. MFC after: 2 weeks Sponsored by: Dell EMC Isilon --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 270092e24356..5bbc81d932d3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2547,7 +2547,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; \