diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1998-08-27 16:02:03 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1998-08-27 16:02:03 +0000 |
commit | 9720b7bd397161798bd3abc3d6d0eeb0480f9538 (patch) | |
tree | f20c6d1879aafd9404cb0570335dbe968be5e32c | |
parent | Import of a new SSL-aware Apache 1.3, achieved by patching up (diff) |
Add apache13-modssl port
Notes
Notes:
svn path=/head/; revision=12883
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 25d59be91c6f..be18a2260e75 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.91 1998/08/10 00:17:21 steve Exp $ +# $Id: Makefile,v 1.92 1998/08/24 02:11:57 steve Exp $ # SUBDIR += Mosaic # requires Motif @@ -7,6 +7,7 @@ SUBDIR += apache12 SUBDIR += apache12-php3 SUBDIR += apache13 + SUBDIR += apache13-modssl SUBDIR += apache13-php3 SUBDIR += apache-fp SUBDIR += apache-ssl |