diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-07-04 17:32:53 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-07-04 17:32:53 +0000 |
commit | 0b72cbc739b178dffefdb494ec7858a312030d19 (patch) | |
tree | e07e51677562396a1805ce1b136f46fe529ddf10 /www/Makefile | |
parent | 8e22e0d446fb4940b6db28ab519f2d2da7fe605a (diff) |
Add mod_ntlm 0.4,
NTLM authentication module for the Apache
webserver.
Notes
Notes:
svn path=/head/; revision=112913
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 1261acec4ef8..d0d3801858b2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -278,6 +278,7 @@ SUBDIR += mod_mya SUBDIR += mod_mylo SUBDIR += mod_mysqluserdir + SUBDIR += mod_ntlm SUBDIR += mod_pcgi2 SUBDIR += mod_perl SUBDIR += mod_perl2 |