Index: trunk/doc/security/Makefile =================================================================== --- trunk/doc/security/Makefile (nonexistent) +++ trunk/doc/security/Makefile (revision 14858) @@ -0,0 +1,21 @@ +ROOT=../.. +SECDIR=$(DOCDIR)/security + + +all: + +install_all: + $(SCCBOX) mkdir -p $(SECDIR) + $(SCCBOX) $(HOW) *.html $(SECDIR)/ + $(SCCBOX) $(HOW) README $(SECDIR)/ + +install: + $(MAKE) install_all HOW="install -f -d" + +linstall: + $(MAKE) install_all HOW="install -f -l -d" + +uninstall: + $(MAKE) install_all HOW="install -u" + +include $(ROOT)/Makefile.conf Index: trunk/doc/security/README =================================================================== --- trunk/doc/security/README (nonexistent) +++ trunk/doc/security/README (revision 14858) @@ -0,0 +1,2 @@ +This directory contains bugreports that are security sensitive. The +reports also describe mitigation and upgrade paths and safe versions.