diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-19 15:56:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-19 15:56:38 +0000 |
commit | 7a35a307833ec601d917442adc830bdf0612b5fa (patch) | |
tree | bc86af2685a5ffde0b0b62b628f487c22d7c5f65 /devel/Makefile | |
parent | s;${PORTSDIR};${.CURDIR}/../..; (diff) |
Add bison.
Notes
Notes:
svn path=/head/; revision=24836
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f9111fc27898..ee40de1035c6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -13,6 +13,7 @@ SUBDIR += autoconf SUBDIR += automake SUBDIR += bcc + SUBDIR += bison SUBDIR += boehm-gc SUBDIR += bonobo SUBDIR += cccc |