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