diff options
author | Guenter Knauf <fuankg@apache.org> | 2009-07-06 18:22:49 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2009-07-06 18:22:49 +0200 |
commit | 7c6ad1685b0d7827178c1c42fcd5d8fa8267ba68 (patch) | |
tree | 6a0f8334ea9bf2f2aefed20b96e46784fb6919e5 /NWGNUmakefile | |
parent | fixed NetWare build includes. (diff) | |
download | apache2-7c6ad1685b0d7827178c1c42fcd5d8fa8267ba68.tar.xz apache2-7c6ad1685b0d7827178c1c42fcd5d8fa8267ba68.zip |
added start/stop scripts to installation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 326c09fc34..9a1b3c500a 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -329,7 +329,7 @@ nlms :: libs $(TARGET_nlm) # Updated this target to create necessary directories and copy files to the # correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples) # -install :: nlms FORCE +install :: nlms instscripts FORCE -copy $(OBJDIR)\Apache2.nlm $(INSTALL)\$(BASEDIR)\*.* -copy ABOUT_APACHE $(INSTALL)\$(BASEDIR)\*.* -copy README $(INSTALL)\$(BASEDIR)\*.* @@ -394,4 +394,6 @@ vpath %.c modules/core:os/netware:server/mpm/netware:$(PCRESDK) include $(AP_WORK)\build\NWGNUtail.inc +include $(AP_WORK)\build\NWGNUscripts.inc + |