diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-03-02 18:27:34 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-03-02 18:27:34 +0000 |
commit | 4a6ad6ba3a5d466d53a90c23b86a153d48a8801d (patch) | |
tree | 9a39e926845bc3c326a36b944cc2eab48a737ac9 /www/Makefile | |
parent | fb0f9e4be29ab166c5295632257de43072fb29e9 (diff) |
Enabled wwwstat
Notes
Notes:
svn path=/head/; revision=5797
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 e854ee85ec6b..8dae953fcb5d 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> |