diff options
author | anders <anders@FreeBSD.org> | 2001-11-12 03:24:59 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2001-11-12 03:24:59 +0000 |
commit | d92b720042732f6ebfb169b626142abd0e48d993 (patch) | |
tree | 6e5931370c6a05f7462c922634e7bdad37c6cbae /www/Makefile | |
parent | 238552db484c3a3b19792a0316e1ff2073e34361 (diff) | |
download | FreeBSD-ports-d92b720042732f6ebfb169b626142abd0e48d993.zip FreeBSD-ports-d92b720042732f6ebfb169b626142abd0e48d993.tar.gz |
Add mod_mysqluserdir, an Apache module to make Apache get userdirs from MySQL.
PR: 31577
Approved by: will
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 5b4b4cc..b0283e1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -151,6 +151,7 @@ SUBDIR += mod_layout SUBDIR += mod_mp3 SUBDIR += mod_mylo + SUBDIR += mod_mysqluserdir SUBDIR += mod_perl SUBDIR += mod_php3 SUBDIR += mod_php4 |