doc/en_US.ISO8859-1/htdocs/security/patches/Makefile
Bjoern A. Zeeb 8a1a59e2f5 Hook-up advistories and patches to be installed to
www.freebsd.org/security/{advisories,patches}/...
from the en_US.ISO8859-1 directory as we do for logos, etc.

The magic is a bit special to avoid having to add each advisory
or errata notice, and their patches and signatures individually.

Factor out the slightly different to bsd.links.mk SYMLINKS
support as well as the "bulk data install" that cannot be
handled by just DATA as (i) the input dir differs, (ii) input
uses a 1 or more level of sub-directories.

This is the second of three steps.  The last one will be to link
to these files locally rather than to security.freebsd.org.

Approved by:	gabor
2012-09-17 08:42:56 +00:00

29 lines
931 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
BULKDATADIRS= ${DOC_PREFIX}/share/security/patches
# Things that went wrong in the past and had to be fixed.
# Source Target
SYMLINKS=
SYMLINKS+= SA-04:04/tcp47.patch tcp47.patch
SYMLINKS+= SA-04:04/tcp47.patch.asc tcp47.patch.asc
SYMLINKS+= SA-04:04/tcp52.patch tcp52.patch
SYMLINKS+= SA-04:04/tcp52.patch.asc tcp52.patch.asc
SYMLINKS+= SA-10:05 SA-10-05
SYMLINKS+= kadmin.patch SA-04:09/kadmind.patch
SYMLINKS+= kadmin.patch.asc SA-04:09/kadmind.patch.asc
SYMLINKS+= kadmind.patch SA-02:40/kadmin.patch
SYMLINKS+= kadmind.patch.asc SA-02:40/kadmin.patch.asc
SYMLINKS+= ip-options.diff SA-00:23/ip_options.diff
SYMLINKS+= ip-options.diff.asc SA-00:23/ip_options.diff.asc
# Lost?
#SYMLINKS+= ../../tools/libfind.sh patches/SA-00:17/libfind.sh
.include "${DOC_PREFIX}/share/mk/web.site.mk"