diff options
author | ache <ache@FreeBSD.org> | 1996-05-17 04:45:22 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-05-17 04:45:22 +0800 |
commit | 23eca5c10c6f13367230f296256585c3a012b3a8 (patch) | |
tree | 2e39b82991593e44bbc863a9d943d178f73b4108 /www/Makefile | |
parent | dba48cca35bda8e96b84066660af87db91317c54 (diff) | |
download | freebsd-ports-gnome-23eca5c10c6f13367230f296256585c3a012b3a8.tar.gz freebsd-ports-gnome-23eca5c10c6f13367230f296256585c3a012b3a8.tar.zst freebsd-ports-gnome-23eca5c10c6f13367230f296256585c3a012b3a8.zip |
Add wwwcount
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 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> |