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