mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
9 lines
219 B
Makefile
9 lines
219 B
Makefile
# $Id$
|
|
|
|
INFO = bison
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_bison= "* Bison: (bison). The GNU YACC-compatible parser generator."
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/bison
|
|
|
|
.include <bsd.info.mk>
|