summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-03-02 18:27:34 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-03-02 18:27:34 +0000
commit4a6ad6ba3a5d466d53a90c23b86a153d48a8801d (patch)
tree9a39e926845bc3c326a36b944cc2eab48a737ac9 /www/Makefile
parentNew port wwwstat. (diff)
Enabled wwwstat
Notes
Notes: svn path=/head/; revision=5797
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile3
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>