diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-06-01 18:37:00 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-06-01 18:37:00 +0000 |
commit | ee7952945aef12e8a54d17e1927d9357d01cf8c2 (patch) | |
tree | c37e3464064cec72aada97e7df70f67243b21926 /lang | |
parent | 3d8ed850ff4ed51c03b154caa4949f8845210b71 (diff) | |
download | pkgsrc-ee7952945aef12e8a54d17e1927d9357d01cf8c2.tar.gz |
Added new SUBDIR for gccAda-3.4. The package gccAda-3.4 is new and does not
conflict with any other package.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 35ab7313d6f..5e67c14762c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.174 2004/05/28 00:48:27 wiz Exp $ +# $NetBSD: Makefile,v 1.175 2004/06/01 18:37:00 shannonjr Exp $ # COMMENT= Programming languages @@ -159,5 +159,6 @@ SUBDIR+= vscm SUBDIR+= vslisp SUBDIR+= wonka SUBDIR+= yabasic +SUBDIR+= gccAda-3.4 .include "../mk/bsd.pkg.subdir.mk" |