diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-21 10:19:18 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-21 10:19:18 +0000 |
commit | 241a4a4f0ca62b4e78b8e39ff3bae800e179b27a (patch) | |
tree | 7795cd501a8c0d56c2e9ea545139f9134571a6df | |
parent | bfe5d929d9c54b25157347cf3ebf88296d4e9b09 (diff) | |
download | freebsd-ports-241a4a4f0ca62b4e78b8e39ff3bae800e179b27a.zip |
Add specJava to subdirs.
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 04dad0aca8da..a97bade790ce 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.84 1996/04/12 07:43:19 asami Exp $ +# $Id: Makefile,v 1.85 1996/05/06 11:48:35 joerg Exp $ # SUBDIR += FWF @@ -18,6 +18,7 @@ SUBDIR += olvwm SUBDIR += piewm SUBDIR += rxvt + SUBDIR += specJava SUBDIR += sxpc SUBDIR += tk SUBDIR += tk4 |