mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
32ebf226e0
prodded by a mail from "multiplexd" ok robert@
13 lines
446 B
Makefile
13 lines
446 B
Makefile
# $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>
|