diff options
author | roam <roam@FreeBSD.org> | 2003-10-08 18:32:04 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-08 18:32:04 +0800 |
commit | 372d61319f8dabed97bc712ae8ac72b2a9442003 (patch) | |
tree | b741f211fc4ac81b0bb5cf0ce71584a83f7439bb /www/Makefile | |
parent | eaaea5fd0294a90775504fc63590fccbc88d9037 (diff) | |
download | freebsd-ports-graphics-372d61319f8dabed97bc712ae8ac72b2a9442003.tar.gz freebsd-ports-graphics-372d61319f8dabed97bc712ae8ac72b2a9442003.tar.zst freebsd-ports-graphics-372d61319f8dabed97bc712ae8ac72b2a9442003.zip |
Add mod_auth_remote 0.1 - an Apache module for authentication against
a remote web server/page.
PR: 57656
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
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 2a0d8a99192..f573e4612eb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -194,6 +194,7 @@ SUBDIR += mod_auth_pgsql SUBDIR += mod_auth_pgsql2 SUBDIR += mod_auth_pwcheck + SUBDIR += mod_auth_remote SUBDIR += mod_backhand SUBDIR += mod_bandwidth SUBDIR += mod_bf |