If you want to build the modules for the Apache webserver with this "nlmstuff"
package, it's necessary to have the Apache's sources extended by a corresponding
"GNU-build" package with "gnumake init" (for 2.0 only) and "gnumake patch"
commands executed.

There is a significant difference between 1.3 and 2.0 builds of the Apache
webserver for NetWare - version 1.3 uses Novell's CLIB and version 2.0 uses
LIBC library. You need a corresponding NDK for your builds.

You can optionally use a sample makefile as a template for your build. Here is
a minimal list of variables you should change in your makefile:

APACHE      ... required; path to extended Apache 2.0 source tree
SOURCES     ... required; list of all source files needed to build your module
DESCRIPTION ... \
VERSION     ...  - optional; these properties are shown when this NLM is loaded
COPYRIGHT   ... /            on a NetWare server
EXPORTS     ... required; symbol name of the shared struct

A "gnumake" command should do the rest, then.
