diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-25 04:00:58 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-25 04:00:58 +0000 |
commit | 8d305074715b7437d0d06684f2c02ad176e5b5a6 (patch) | |
tree | 10b36249595d0e3ec8768ce4ed49615599fe2aa8 /java/Makefile | |
parent | b2ed6c32ab0030816dc3cbd575724d08096d008e (diff) | |
download | ports-8d305074715b7437d0d06684f2c02ad176e5b5a6.tar.gz ports-8d305074715b7437d0d06684f2c02ad176e5b5a6.zip |
Initial import of jlint-2.1
Jlint is the Java program analyzer and checker.
PR: 28377
Submitted by: Ernst de Haan <ernst@jollem.com>
Notes
Notes:
svn path=/head/; revision=44409
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 95d47189c07f..91e5b8ff9dc8 100644 --- a/java/Makefile +++ b/java/Makefile @@ -26,6 +26,7 @@ SUBDIR += jfc SUBDIR += jikes SUBDIR += jlex + SUBDIR += jlint SUBDIR += jre SUBDIR += jsdk SUBDIR += junit |