summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-04 13:14:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-04 13:14:06 +0000
commitae57c5178f372de1ec8765b5517a7906c1c2eeb4 (patch)
tree5c50e7d3a31c068f9970dd00e36b9f4ff54ea414 /java/Makefile
parent- Add dependency on pkg-config (diff)
JamVM is an extremely small Java Virtual Machine which conforms to the
JVM specification version 2 (blue book). It is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, class-unloading, the Java Native Interface (JNI) and the Reflection API. WWW: http://jamvm.sourceforge.net/ PR: ports/122312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
Notes
Notes: svn path=/head/; revision=210499
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index f1ba1cd149bf..914d875fda35 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -80,6 +80,7 @@
SUBDIR += jakarta-oro
SUBDIR += jakarta-regexp
SUBDIR += jakarta-struts
+ SUBDIR += jamvm
SUBDIR += jasmin
SUBDIR += java-checkstyle
SUBDIR += java-cup