summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-11 16:01:32 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-11 16:01:32 +0000
commitff74940931d0690cfd3bc9514da78d63c11f587b (patch)
tree472f61814ac09a9c721061fc63e6123e2562867c /NWGNUmakefile
parenta600d46c5b92cef6fe424eb4d2d48dfabbafc531 (diff)
downloadhttpd-ff74940931d0690cfd3bc9514da78d63c11f587b.tar.gz
added start/stop scripts to installation (backport r791533).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@793190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 7cc5f138f1..206771f810 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -41,7 +41,6 @@ XINCDIRS += \
$(AP_WORK)/server/mpm/NetWare \
$(AP_WORK)/srclib/pcre \
$(NWOS) \
- $(AP_WORK)/modules/ssl \
$(EOLIST)
#
@@ -321,7 +320,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)\*.*
@@ -386,4 +385,6 @@ vpath %.c os/netware:server/mpm/netware:srclib/pcre
include $(AP_WORK)\build\NWGNUtail.inc
+include $(AP_WORK)\build\NWGNUscripts.inc
+