summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-04 00:11:11 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-04 00:11:11 +0000
commit56f6f8363f5c8c0ec8c863c754b4bc2b9d1ca48f (patch)
tree9452c04bda7cf9af11b4e3665f6d6470df382dfd /java
parentJLex: a uitility based upon the Lex lexical analyzer generator model. (diff)
Activate jlex.
Notes
Notes: svn path=/head/; revision=19984
Diffstat (limited to 'java')
-rw-r--r--java/Makefile3
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