xref: /freebsd/stand/Makefile.inc (revision 6296500a85c8474e3ff3fe2f8e4a9d56dd0acd64)
1SUBDIR_PARALLEL=	yes
2
3PACKAGE=		bootloader
4
5# Firmware may not be able to handle branch protection failures
6MK_BRANCH_PROTECTION=	no
7
8.include "defs.mk"
9