Readd the YACC command definition removed by mistake
This commit is contained in:
parent
e1d25bc997
commit
33b428793b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322033
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue