Index: Makefile =================================================================== --- Makefile (nonexistent) +++ 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: README =================================================================== --- README (nonexistent) +++ 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.