diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-22 09:10:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-22 09:10:23 +0000 |
commit | a2020b50e65e12c2b307d90a748ed73bdcf3a598 (patch) | |
tree | f651b084c24e03c2339a36fc1e614a0ccb7eb0aa /lang | |
parent | 6303e295ebe8511152f98bc67fbc06edfdfd532c (diff) | |
download | pkgsrc-a2020b50e65e12c2b307d90a748ed73bdcf3a598.tar.gz |
Add and enable js.
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 ba0fbb6bedd..2e7e84f6816 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.218 2005/07/21 00:14:43 rillig Exp $ +# $NetBSD: Makefile,v 1.219 2005/07/22 09:10:23 wiz Exp $ # COMMENT= Programming languages @@ -71,6 +71,7 @@ SUBDIR+= jdk-openjit SUBDIR+= jikes SUBDIR+= jini SUBDIR+= joos +SUBDIR+= js SUBDIR+= kaffe SUBDIR+= kaffe-esound SUBDIR+= kaffe-x11 |