diff options
author | tv <tv> | 1998-06-04 20:41:08 +0000 |
---|---|---|
committer | tv <tv> | 1998-06-04 20:41:08 +0000 |
commit | 26d1976d66a4420f3fe8acd8862c264a80141f5f (patch) | |
tree | a4a46fc4faaeacea392b721d42f9c0f26daf7cc3 /www/Makefile | |
parent | 878a6f91c6cfd2d8e2c02f5246e6e660b1a9424a (diff) | |
download | pkgsrc-26d1976d66a4420f3fe8acd8862c264a80141f5f.tar.gz |
A cookie-based authentication mechanism for Apache, allowing Basic auth
strings to be embedded in cookies. This pkg is intended also as a
framework for creating other Apache module pkgs.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index ad642473ea9..a5b7be9a6de 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.9 1998/05/26 21:46:57 tron Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/04 20:41:08 tv Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # # SUBDIR += Mosaic # requires Motif # SUBDIR += analog + SUBDIR += ap-auth-cookie SUBDIR += apache # SUBDIR += apache-current # SUBDIR += apache-php |