From 0671bd5988c4884ead65a11a0110a1eff37cc27c Mon Sep 17 00:00:00 2001 From: will <will@FreeBSD.org> Date: Sun, 20 May 2001 03:16:09 +0000 Subject: Add mod_auth_external 2.1.11, an Apache module that enables the use of external mechanisms for user authentication. PR: 27321 Submitted by: Anders Nordby <anders@fix.no> --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index cd85ad8142e4..8aee8028f0b9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -115,6 +115,7 @@ SUBDIR += mod_access_identd SUBDIR += mod_access_referer SUBDIR += mod_auth_any + SUBDIR += mod_auth_external SUBDIR += mod_auth_mysql SUBDIR += mod_auth_pam SUBDIR += mod_auth_pgsql -- cgit