diff options
author | he <he@pkgsrc.org> | 2008-03-02 12:14:47 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-03-02 12:14:47 +0000 |
commit | 8185236a756a05f09da75a68bb4f70937ef4b72f (patch) | |
tree | f61e7613ac09fcc79fbc5a503f73fea474eace59 | |
parent | 4e17e2047b5953260acee3f17e9c07b4ac947313 (diff) | |
download | pkgsrc-8185236a756a05f09da75a68bb4f70937ef4b72f.tar.gz |
Add pcc-current.
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 19eb6ae4d9c..9232dfddec2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.250 2008/02/29 13:13:05 obache Exp $ +# $NetBSD: Makefile,v 1.251 2008/03/02 12:14:47 he Exp $ # COMMENT= Programming languages @@ -106,6 +106,7 @@ SUBDIR+= ossp-js SUBDIR+= p2c SUBDIR+= parrot SUBDIR+= pcc +SUBDIR+= pcc-current SUBDIR+= pear SUBDIR+= perl5 SUBDIR+= pforth |