summaryrefslogtreecommitdiff
path: root/distrib/syspatch/Makefile.000
blob: 8b6dce43e27731c93050a298fead93605562fb5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $OpenBSD: Makefile.000,v 1.2 2017/08/20 13:36:30 ajacoutot Exp $

# Set ERRATA to match the errata on the mirrors
ERRATA = 000_dummy

# Set BUILD to the type of the errata so that it can be built properly
# 	src - run make targets in the specified subdir(s) for base
# 	kernel - build both GENERIC and GENERIC.MP
# 	xenocara - run make targets in the specified subdir(s) for xenocara
# BUILD = ??? (defaults to src)

# Set SUBDIR to the directory where the patch gets applied and needs
# to be built. Multiple directories can be defined in case a library
# errata requires us to rebuild statically linked binaries.
# SUBDIR = ??? (defaults to empty)
# SUBDIR+= ???
#
# A helper target called `findstatic' is available so that a list of
# directories can be created. `make -f Makefile.000 LIB=util findstatic'
# will give a list of directories that have to be added to SUBDIR because
# they statically link libutil.
# This is a best-guess function so a manual check is always necessary.

.include <bsd.syspatch.mk>