diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 05:47:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 05:47:25 +0000 |
commit | b96a77a54f8f82ae536ecedf3fa163d670b1dc9b (patch) | |
tree | 3f597f59904ba9c1731ad78bcfdfa9d6a00f90db | |
parent | A web server benchmarking program. (diff) |
Added webstone.
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 7c63672f01d3..d8f5c6104436 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 1997/05/31 16:24:49 andreas Exp $ +# $Id: Makefile,v 1.46 1997/06/02 15:25:03 fenner Exp $ # SUBDIR += Mosaic # requires Motif @@ -36,6 +36,7 @@ SUBDIR += w3c-httpd SUBDIR += webcopy SUBDIR += weblint + SUBDIR += webstone SUBDIR += wn SUBDIR += wwwcount SUBDIR += wwwstat |