xref: /openbsd/distrib/syspatch/Makefile.000 (revision 32ebf226)
1# $OpenBSD: Makefile.000,v 1.4 2018/10/30 10:22:16 ajacoutot Exp $
2
3# Set ERRATA to match the errata on the mirrors
4ERRATA = 000_dummy
5
6# Set BUILD to the type of the errata so that it can be built properly
7# 	src - run make targets in the specified subdir(s) for base
8# 	kernel - build both GENERIC and GENERIC.MP
9# 	xenocara - run make targets in the specified subdir(s) for xenocara
10# BUILD = ??? (defaults to src)
11
12.include <bsd.syspatch.mk>
13