diff options
author | thorpej <thorpej@pkgsrc.org> | 1998-03-20 22:46:06 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 1998-03-20 22:46:06 +0000 |
commit | a7db350f2cc0851f086bf637fc501ba80ba154f1 (patch) | |
tree | 960cc1069eb37e09421bf89d8e7343dc84d1f0b3 /devel/Makefile | |
parent | b42c7f101a09a638bcd0515209dc5d61f74f5aa9 (diff) | |
download | pkgsrc-a7db350f2cc0851f086bf637fc501ba80ba154f1.tar.gz |
enable bison
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5acaddccdd2..732d895035b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/03/20 13:28:42 tv Exp $ +# $NetBSD: Makefile,v 1.16 1998/03/20 22:46:06 thorpej Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -7,6 +7,7 @@ SUBDIR += autoconf SUBDIR += automake # SUBDIR += bcc + SUBDIR += bison SUBDIR += boehm-gc # SUBDIR += cflow # SUBDIR += crossgo32 |