summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-21 10:42:34 +0000
committerGraham Leggett <minfrin@apache.org>2011-12-21 10:42:34 +0000
commita03bcce31d66aac6556a5160b51f9c9643f61b29 (patch)
treecd141d91d5801077854c8a70fad445627c2739ec /NWGNUmakefile
parent7ddddd900fc031ec552f7f1d341c12cfcfcbb5a0 (diff)
downloadhttpd-a03bcce31d66aac6556a5160b51f9c9643f61b29.tar.gz
mod_policy: Add a new testing module to help server administrators
enforce a configurable level of protocol compliance on their servers and application servers behind theirs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index b37ed825f8..6724a89dcc 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -426,6 +426,7 @@ install :: nlms instscripts FORCE
$(call MKCNF,docs/conf/extra/httpd-multilang-errordoc.conf.in, $(INSTALLBASE)/conf/extra/httpd-multilang-errordoc.conf)
$(call MKCNF,docs/conf/extra/httpd-userdir.conf.in, $(INSTALLBASE)/conf/extra/httpd-userdir.conf)
$(call MKCNF,docs/conf/extra/httpd-vhosts.conf.in, $(INSTALLBASE)/conf/extra/httpd-vhosts.conf)
+ $(call MKCNF,docs/conf/extra/httpd-policy.conf.in, $(INSTALLBASE)/conf/extra/httpd-policy.conf)
$(call MKCNF,docs/conf/extra/httpd-ssl.conf.in, $(INSTALLBASE)/conf/extra/httpd-ssl.conf)
$(call MKCNF,docs/conf/extra/proxy-html.conf.in, $(INSTALLBASE)/conf/extra/proxy-html.conf)
$(call COPYR,docs/docroot, $(INSTALLBASE)/htdocs)