diff options
author | andreas <andreas@FreeBSD.org> | 1997-03-02 18:27:34 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-03-02 18:27:34 +0000 |
commit | a4821895046e46347202b0629e8efe6ca9169aff (patch) | |
tree | b13f3b7620c14b7bb1e6f625f9d995abc554dffb /www/Makefile | |
parent | 6ebe6bd60009d4302fe1c8f2897f6437e4074e72 (diff) | |
download | FreeBSD-ports-a4821895046e46347202b0629e8efe6ca9169aff.zip FreeBSD-ports-a4821895046e46347202b0629e8efe6ca9169aff.tar.gz |
Enabled wwwstat
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 e854ee8..8dae953f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.35 1997/02/18 11:21:32 obrien Exp $ +# $Id: Makefile,v 1.36 1997/02/24 19:03:57 ache Exp $ # SUBDIR += Mosaic # requires Motif @@ -37,5 +37,6 @@ SUBDIR += weblint SUBDIR += wn SUBDIR += wwwcount + SUBDIR += wwwstat .include <bsd.port.subdir.mk> |