diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-18 05:27:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-18 05:27:26 +0000 |
commit | deb06bc567f0ebb7509400022b2ad462cabd3f72 (patch) | |
tree | 97b8f2d19098d4c3602b80f9c6162ccebb80a13f /www/Makefile | |
parent | d1cca3d17e61881a97d8e6665bf72aad32191071 (diff) |
Add w3.
Notes
Notes:
svn path=/head/; revision=5018
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 985d715bd2f7..27ff67983b4b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1996/12/03 10:43:51 asami Exp $ +# $Id: Makefile,v 1.29 1996/12/03 10:51:00 asami Exp $ # SUBDIR += Mosaic # requires Motif @@ -30,6 +30,7 @@ SUBDIR += slang-lynx SUBDIR += squid SUBDIR += squid11 + SUBDIR += w3 SUBDIR += w3-msql SUBDIR += w3c_httpd SUBDIR += webcopy |