diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-04-30 23:54:53 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-04-30 23:54:53 +0200 |
commit | 60934d2ca22f2a1f95f8a08dde463b05c877954c (patch) | |
tree | 365ca85e7e5a503689b2e4e45b6f2cc7143e13ff /modules/NWGNUmakefile | |
parent | default_handler: move the code to handle unusual methods out of the middle (diff) | |
download | apache2-60934d2ca22f2a1f95f8a08dde463b05c877954c.tar.xz apache2-60934d2ca22f2a1f95f8a08dde463b05c877954c.zip |
NetWare make files for building experimental modules mod_deflate,
mod_example and support utilities ab, htdbm and logresolve
Submitted by: Guenter Knauf [eflash@gmx.net]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/NWGNUmakefile')
-rw-r--r-- | modules/NWGNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index ca36291d9e..3423311543 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -1,6 +1,8 @@ # # Declare the sub-directories to be built here # +# To build the experimental modules, add "experimental \" +# to the list below. SUBDIRS = \ aaa \ |