diff options
author | anders <anders@FreeBSD.org> | 2001-11-12 02:09:15 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2001-11-12 02:09:15 +0000 |
commit | 0875705b7ea25e85c011fad903b7ce5c2d1a3960 (patch) | |
tree | 8b10815cdc949e19c8d7294324529df9dedecac2 /www/Makefile | |
parent | f666faf946b4907f4fc226d4819945d9a9f0e7e9 (diff) | |
download | FreeBSD-ports-0875705b7ea25e85c011fad903b7ce5c2d1a3960.zip FreeBSD-ports-0875705b7ea25e85c011fad903b7ce5c2d1a3960.tar.gz |
Add mod_sqlinclude, an Apache module implementing config inclusion from MySQL
databases.
PR: 31296
Submitted by: Anders Nordby <anders@fix.no>
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 c3d7ebc..f0840f2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -161,6 +161,7 @@ SUBDIR += mod_sed SUBDIR += mod_sequester SUBDIR += mod_snake + SUBDIR += mod_sqlinclude SUBDIR += mod_throttle SUBDIR += mod_ticket SUBDIR += mod_trigger |