diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:44:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:44:45 +0000 |
commit | 87919aeb9adc13604582013ee314c3855ee3478a (patch) | |
tree | 7fed808598344ad61a25052980249a1ff378ddc6 /www/Makefile | |
parent | f05ecefc5e02a7774cc5712bc24ecbf6a3bbef9d (diff) | |
download | ports-87919aeb9adc13604582013ee314c3855ee3478a.tar.gz ports-87919aeb9adc13604582013ee314c3855ee3478a.zip |
Add the fcgi, squirm, and thttpd ports.
Notes
Notes:
svn path=/head/; revision=19365
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 3c23afd68a5a..118814db9c41 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.128 1999/05/20 01:30:51 asami Exp $ +# $Id: Makefile,v 1.129 1999/05/23 21:16:11 peter Exp $ # SUBDIR += Mosaic # requires Motif @@ -25,6 +25,7 @@ SUBDIR += chimera2 SUBDIR += comline SUBDIR += evg + SUBDIR += fcgi SUBDIR += fxhtml SUBDIR += gn SUBDIR += grail @@ -83,7 +84,9 @@ SUBDIR += squid22 SUBDIR += squidclients SUBDIR += squidtimes + SUBDIR += squirm SUBDIR += swish-e + SUBDIR += thttpd SUBDIR += tidy SUBDIR += transproxy SUBDIR += vrweb |