diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-06-05 15:15:02 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-06-05 15:15:02 +0000 |
commit | 98625b31a4c49a607f0046bfeb59ee18d43ac422 (patch) | |
tree | 26983407f3de3e54ff6907049a731026616e57c3 /www/Makefile | |
parent | d9f91233180049aa8ebb2d0390478ae065e52ee7 (diff) |
Add mod_auth_imap 2.0.
An Apache 2module to provide authentication via an IMAP mail server.
WWW: http://www.zhen.org/cowiki/Software/ModAuthImap/
Notes
Notes:
svn path=/head/; revision=110896
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2988f7b00961..34491950e000 100644 --- a/www/Makefile +++ b/www/Makefile @@ -216,6 +216,7 @@ SUBDIR += mod_auth_external SUBDIR += mod_auth_external2 SUBDIR += mod_auth_imap + SUBDIR += mod_auth_imap2 SUBDIR += mod_auth_kerb SUBDIR += mod_auth_mysql SUBDIR += mod_auth_mysql41_ap2 |