diff options
author | marino <marino@pkgsrc.org> | 2012-07-08 19:32:41 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-08 19:32:41 +0000 |
commit | b3257a015663a90a9abaf7c6506870bf5ee0e6e1 (patch) | |
tree | 3a6f4149dac1c8e22e12f48362d55438796c57a0 /lang/Makefile | |
parent | 3089d11dac7f939799f71fa13f9b4e16ea3b3e57 (diff) | |
download | pkgsrc-b3257a015663a90a9abaf7c6506870bf5ee0e6e1.tar.gz |
add gcc-aux
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 7e7e7932386..c34875a23cd 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.322 2012/06/16 15:14:22 taca Exp $ +# $NetBSD: Makefile,v 1.323 2012/07/08 19:32:41 marino Exp $ # COMMENT= Programming languages @@ -49,6 +49,7 @@ SUBDIR+= gambc SUBDIR+= gauche SUBDIR+= gawk SUBDIR+= gcc +SUBDIR+= gcc-aux SUBDIR+= gcc3 SUBDIR+= gcc3-ada SUBDIR+= gcc3-c |