diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-06 07:43:25 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-06 07:43:25 +0000 |
commit | 95b50ecaf26171d442151b7720ffc6f4ffdbc081 (patch) | |
tree | 90032c6998b611bfb056a2d1fdce4e39f7fd0eed /lang/Makefile | |
parent | c3d0fc5ae4f5117a15b41692753e9afb7c530395 (diff) | |
download | pkgsrc-95b50ecaf26171d442151b7720ffc6f4ffdbc081.tar.gz |
Add & enable gcc3.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index eb4ef36321f..e0cce65aaa4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.140 2002/12/18 22:35:30 tsarna Exp $ +# $NetBSD: Makefile,v 1.141 2003/01/06 07:43:25 uebayasi Exp $ # COMMENT= Programming languages @@ -33,6 +33,7 @@ SUBDIR+= gawk SUBDIR+= gb SUBDIR+= gcc SUBDIR+= gcc-ssp +SUBDIR+= gcc3 SUBDIR+= gforth SUBDIR+= ghc SUBDIR+= gprolog |