diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-16 20:45:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-16 20:45:22 +0000 |
commit | 5aeb0c1744740c5cbf5b655a80da87492772e1e5 (patch) | |
tree | a18313e2392176d80583e936753924cb8b664999 /www | |
parent | Most sophisticated Access Counter I found (diff) |
Add wwwcount
Notes
Notes:
svn path=/head/; revision=3098
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 92b9533a16e1..a9110424b64c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1996/04/08 20:57:19 smpatel Exp $ +# $Id: Makefile,v 1.14 1996/04/12 08:44:54 asami Exp $ # SUBDIR += Mosaic # requires Motif @@ -24,6 +24,7 @@ SUBDIR += w3c_httpd SUBDIR += weblint SUBDIR += wn + SUBDIR += wwwcount SUBDIR += wwwish .include <bsd.port.subdir.mk> |