diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 13:09:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 13:09:43 +0000 |
commit | 466ac8e57a2aea45f93a750582d3dff58c2a49fc (patch) | |
tree | 2d22e735667fd6108a18cc536925c1db0603f679 /www/Makefile | |
parent | Unbreak this (or at least get it to patch cleanly). (diff) |
Split netscape4 into communicator and navigator, so the two maintainers
shall never run into each other again.
Notes
Notes:
svn path=/head/; revision=8641
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 3ec42b86dfd9..d2ba82ef703d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.62 1997/10/11 18:30:19 wosch Exp $ +# $Id: Makefile,v 1.63 1997/11/09 10:18:04 asami Exp $ # SUBDIR += Mosaic # requires Motif @@ -28,7 +28,8 @@ SUBDIR += mmm SUBDIR += momspider SUBDIR += netscape3 - SUBDIR += netscape4 + SUBDIR += netscape4-communicator + SUBDIR += netscape4-navigator SUBDIR += p5-Apache SUBDIR += p5-CGI SUBDIR += p5-CGI_Lite |