diff options
author | jlam <jlam> | 2000-10-15 03:01:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-15 03:01:05 +0000 |
commit | f540dcad237e8d4e37ab6aa54b15f6b13546ed62 (patch) | |
tree | fe6223086946fe7abf13d43988a1f304c3cbd22d /lang/Makefile | |
parent | 49b25bdeb0e795275acd659d39a72e9caa723aa4 (diff) | |
download | pkgsrc-f540dcad237e8d4e37ab6aa54b15f6b13546ed62.tar.gz |
Add and enable java-lang-spec and java-vm-spec.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index ae3192273be..87640638a58 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2000/09/06 16:49:26 jwise Exp $ +# $NetBSD: Makefile,v 1.65 2000/10/15 03:01:05 jlam Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -26,6 +26,8 @@ SUBDIR += hugs SUBDIR += icon SUBDIR += japhar + SUBDIR += java-lang-spec + SUBDIR += java-vm-spec SUBDIR += jdk SUBDIR += jikes SUBDIR += kaffe |