10 lines
265 B
Makefile
10 lines
265 B
Makefile
# $Id: Makefile,v 1.1 1996/09/10 13:23:46 peter Exp $
|
|
|
|
INFO = bison
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_bison= "* Bison: (bison). The GNU YACC-compatible parser generator."
|
|
|
|
.PATH: ${.CURDIR}/../../../../contrib/bison
|
|
|
|
.include <bsd.info.mk>
|