diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-03 21:44:41 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-03 21:44:41 +0000 |
commit | 1139f3fa1e88878dd8abc3380ccea9ff4863aa11 (patch) | |
tree | 400ac87bf75b4e47ccdf2a8f4aaca833470f9019 /www/Makefile | |
parent | 641e13807eeef6746a23e9b68a72712448258815 (diff) |
Activate wwwcrawl and urlget, you can probably guess what they do.
Notes
Notes:
svn path=/head/; revision=16525
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 1455927cce13..481809d8cf0a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.117 1999/01/28 23:37:11 billf Exp $ +# $Id: Makefile,v 1.118 1999/02/03 20:42:45 billf Exp $ # SUBDIR += Mosaic # requires Motif @@ -80,6 +80,7 @@ SUBDIR += swish-e SUBDIR += tidy SUBDIR += transproxy + SUBDIR += urlget SUBDIR += vrweb SUBDIR += w3 SUBDIR += w3c-httpd @@ -88,6 +89,7 @@ SUBDIR += web500gw SUBDIR += webalizer SUBDIR += webcopy + SUBDIR += webcrawl SUBDIR += webglimpse SUBDIR += weblint SUBDIR += webstone |