diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-10 23:18:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-10 23:18:57 +0000 |
commit | c1b785c62b8a05524c9856e99b562447a33e5a2e (patch) | |
tree | 92bb3dde505153c9981486932b1c8cbbc32924c6 /www/Makefile | |
parent | ca0808a56ec910f0dfbdc45466977ac518234367 (diff) |
Add mod_bf 0.1, a brainf*ck module for Apache.
Port #5,000 dedicated to: Bill Fumerola <billf>
Notes
Notes:
svn path=/head/; revision=41254
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 9a9d52766c99..dc349d6d2a0f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -115,6 +115,7 @@ SUBDIR += mod_auth_pam SUBDIR += mod_auth_pgsql SUBDIR += mod_backhand + SUBDIR += mod_bf SUBDIR += mod_cgi_debug SUBDIR += mod_color SUBDIR += mod_csacek |