diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-04 08:11:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-04 08:11:11 +0800 |
commit | be5010743285a938b2977a9846adce0ff3b5f501 (patch) | |
tree | fc821707bb02f786592e61bf9854afbd77921f7b /java/Makefile | |
parent | 25fc0a04a86cba51ce7325757960072b4263e4e2 (diff) | |
download | freebsd-ports-gnome-be5010743285a938b2977a9846adce0ff3b5f501.tar.gz freebsd-ports-gnome-be5010743285a938b2977a9846adce0ff3b5f501.tar.zst freebsd-ports-gnome-be5010743285a938b2977a9846adce0ff3b5f501.zip |
Activate jlex.
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/Makefile b/java/Makefile index e8ec9a860bbd..6e5c579d0bf9 100644 --- a/java/Makefile +++ b/java/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1999/06/26 22:07:15 asami Exp $ # SUBDIR += guavac @@ -9,6 +9,7 @@ SUBDIR += jdk-tutorial SUBDIR += jfc SUBDIR += jikes + SUBDIR += jlex SUBDIR += jsdk SUBDIR += kaffe SUBDIR += shujit |