blob: 239acaa64229947799a95d6cde1add4faf9854b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile.000,v 1.4 2018/10/30 10:22:16 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)
.include <bsd.syspatch.mk>
|