Readd the YACC command definition removed by mistake

This commit is contained in:
Baptiste Daroussin 2013-06-29 09:16:29 +00:00
parent e1d25bc997
commit 33b428793b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322033

View file

@ -98,6 +98,7 @@ UNZIP_CMD?= ${LOCALBASE}/bin/unzip
WHICH?= /usr/bin/which
XARGS?= /usr/bin/xargs
XMKMF?= ${LOCALBASE}/bin/xmkmf -a
YACC?= /usr/bin/yacc
XZ?= -Mmax
.if exists(/usr/bin/xz)