diff options
author | jkh <jkh@FreeBSD.org> | 1996-03-30 02:52:08 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-03-30 02:52:08 +0800 |
commit | 7fdca5c89f1265fa7aa4c8a5c6f3446512911e85 (patch) | |
tree | b816fe0ce517583af39d44328120839669a2e0f3 /www | |
parent | 25bf89394980ed6d8d8c08630e19a4a87aa242b2 (diff) | |
download | freebsd-ports-gnome-7fdca5c89f1265fa7aa4c8a5c6f3446512911e85.tar.gz freebsd-ports-gnome-7fdca5c89f1265fa7aa4c8a5c6f3446512911e85.tar.zst freebsd-ports-gnome-7fdca5c89f1265fa7aa4c8a5c6f3446512911e85.zip |
Add netscape3 port
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 7a8c3978dff4..d84c83d7d8b4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1996/03/17 18:41:10 peter Exp $ +# $Id: Makefile,v 1.9 1996/03/17 22:53:06 asami Exp $ # RESTRICTED += Mosaic # requires Motif @@ -17,6 +17,7 @@ RESTRICTED += ashe # requires Motif SUBDIR += mapedit SUBDIR += netscape SUBDIR += netscape2 + SUBDIR += netscape3 SUBDIR += tkHTML SUBDIR += tkWWW SUBDIR += w3c_httpd |