diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-11 22:37:09 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-11 22:37:09 +0000 |
commit | 36b173fc8ecfeb57a29e55c9356c1cc2b61ac83a (patch) | |
tree | 2aaf8cad67c07a1ab75fc178e605fcf7985a271e /www/Makefile | |
parent | f73992738714cb6c8639f89df00b40e2f7e2b2d3 (diff) | |
download | ports-36b173fc8ecfeb57a29e55c9356c1cc2b61ac83a.tar.gz ports-36b173fc8ecfeb57a29e55c9356c1cc2b61ac83a.zip |
Notes
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 855e7622f71c..5b03c6ba51eb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.106 1998/11/22 22:32:02 asami Exp $ +# $Id: Makefile,v 1.107 1998/12/01 02:24:41 jkoshy Exp $ # SUBDIR += Mosaic # requires Motif @@ -7,11 +7,12 @@ SUBDIR += apache12 SUBDIR += apache12-fp SUBDIR += apache12-php3 + SUBDIR += apache12-ssl SUBDIR += apache13 SUBDIR += apache13-fp SUBDIR += apache13-modssl SUBDIR += apache13-php3 - SUBDIR += apache-ssl + SUBDIR += apache13-ssl SUBDIR += arena SUBDIR += ashe # requires Motif SUBDIR += aswedit |