diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-14 01:00:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-14 01:00:40 +0000 |
commit | 41140e0cad196dcd2176f06dfbfb55352bd2df3b (patch) | |
tree | d4f76d67bb5c8aa041f61cc478a802fe2f8ce878 /www | |
parent | 684ca7c6a1d2803eb986771419a5fb4a01d28758 (diff) | |
download | ports-41140e0cad196dcd2176f06dfbfb55352bd2df3b.tar.gz ports-41140e0cad196dcd2176f06dfbfb55352bd2df3b.zip |
Add webcopy
Notes
Notes:
svn path=/head/; revision=3765
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 ed575b70ed73..b9301d3a70f6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1996/08/02 15:04:14 andreas Exp $ +# $Id: Makefile,v 1.20 1996/09/03 19:41:46 jfitz Exp $ # SUBDIR += CGI @@ -27,6 +27,7 @@ SUBDIR += tkWWW SUBDIR += w3-msql SUBDIR += w3c_httpd + SUBDIR += webcopy SUBDIR += weblint SUBDIR += wn SUBDIR += wwwcount |