10 lines
224 B
Makefile
10 lines
224 B
Makefile
# $FreeBSD$
|
|
|
|
INFO = bison
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_bison= "* Bison: (bison). The GNU YACC-compatible parser generator."
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/bison
|
|
|
|
.include <bsd.info.mk>
|