Author: bdrewery Date: Fri Feb 17 22:51:34 2017 New Revision: 313905 URL: https://svnweb.freebsd.org/changeset/base/313905
Log: xdev: Build yacc which is needed for recent libpcap updates. MFC after: 2 weeks Sponsored by: Dell EMC Isilon Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Fri Feb 17 22:51:21 2017 (r313904) +++ head/Makefile.inc1 Fri Feb 17 22:51:34 2017 (r313905) @@ -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; \ _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"