diff options
author | Sujal Patel <smpatel@FreeBSD.org> | 1996-04-08 20:57:19 +0000 |
---|---|---|
committer | Sujal Patel <smpatel@FreeBSD.org> | 1996-04-08 20:57:19 +0000 |
commit | 8ca460c3230852b0c7546787a7289068b56d1743 (patch) | |
tree | e7693e8a1ee25a49cf0de816238b8c29b835d29d | |
parent | c312dc6546cfbc3b22535849b8e9e5c8344d57a3 (diff) | |
download | freebsd-ports-8ca460c3230852b0c7546787a7289068b56d1743.zip |
Added the JDK class libraries port.
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 9630fcd2e69e..773da0343483 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1996/04/01 04:04:16 asami Exp $ +# $Id: Makefile,v 1.12 1996/04/01 07:24:34 asami Exp $ # RESTRICTED += Mosaic # requires Motif @@ -11,6 +11,7 @@ RESTRICTED += ashe # requires Motif SUBDIR += gn SUBDIR += harvest SUBDIR += javac_netscape + SUBDIR += jdk SUBDIR += kaffe SUBDIR += libwww SUBDIR += linemode |