diff options
author | billf <billf@FreeBSD.org> | 1999-02-03 21:44:41 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-03 21:44:41 +0000 |
commit | 846f715e2490f6565fd2e5ab845786e9c3e46d0c (patch) | |
tree | 71311a997d01357677b381e7869d533a79a193e2 /www | |
parent | 5b375c35f0867b817243e0e9705aa891a8ec606b (diff) | |
download | FreeBSD-ports-846f715e2490f6565fd2e5ab845786e9c3e46d0c.zip FreeBSD-ports-846f715e2490f6565fd2e5ab845786e9c3e46d0c.tar.gz |
Activate wwwcrawl and urlget, you can probably guess what they do.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 1455927..481809d 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 |