diff options
author | tv <tv@pkgsrc.org> | 1998-10-03 21:51:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-03 21:51:04 +0000 |
commit | b5773363c7a0fd3e932a5a1f25f2f70bc1a51d28 (patch) | |
tree | 359629435f1f1b55c7502e2e5030d5b9e276d8d0 /www | |
parent | 25d23d4f41c052b281073396abc6f3cf40f2128f (diff) | |
download | pkgsrc-b5773363c7a0fd3e932a5a1f25f2f70bc1a51d28.tar.gz |
Add and enable ap-fastcgi and apache-modssl.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 0a7fd1aa9ec..5887bd7130d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.16 1998/08/22 17:26:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 1998/10/03 21:51:04 tv Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # SUBDIR += Mosaic # SUBDIR += analog SUBDIR += ap-auth-cookie + SUBDIR += ap-fastcgi SUBDIR += apache # SUBDIR += apache-current # SUBDIR += apache-php -# SUBDIR += apache-ssl + SUBDIR += apache-modssl SUBDIR += arena # SUBDIR += ashe # requires Motif # SUBDIR += aswedit |