xref: /freebsd/stand/Makefile.inc (revision 9978553d0199e7ec0bdd1c44fc7f6c7b0c11e43b)
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