diff options
author | arved <arved@FreeBSD.org> | 2003-02-01 22:54:07 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-01 22:54:07 +0000 |
commit | f5de1b3036578c0ea1a2fffd0da409d3efeabd8f (patch) | |
tree | bddce032b7015c07140c60b029e60bb9f09058ca /www/Makefile | |
parent | 88a7e747759ff86534a73165a20976f3a13a7aca (diff) | |
download | FreeBSD-ports-f5de1b3036578c0ea1a2fffd0da409d3efeabd8f.zip FreeBSD-ports-f5de1b3036578c0ea1a2fffd0da409d3efeabd8f.tar.gz |
Add mod_bunzip2, an apache module for server-side decompression of bzip2 files
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 2fb4d77..a582739 100644 --- a/www/Makefile +++ b/www/Makefile @@ -172,6 +172,7 @@ SUBDIR += mod_backhand SUBDIR += mod_bf SUBDIR += mod_blowchunks + SUBDIR += mod_bunzip2 SUBDIR += mod_cgi_debug SUBDIR += mod_color SUBDIR += mod_csacek |