Makefile revision 332148
1# $FreeBSD: stable/11/stand/i386/Makefile 332148 2018-04-06 19:54:10Z kevans $
2
3NO_OBJ=t
4
5.include <bsd.init.mk>
6
7SUBDIR.yes=	mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
8		libi386
9
10SUBDIR.${MK_LOADER_FIREWIRE}+=	libfirewire
11
12SUBDIR.yes+=	loader
13
14# special boot programs, 'self-extracting boot2+loader'
15SUBDIR.yes+=	pxeldr
16
17.if ${MACHINE_CPUARCH} == "i386"
18SUBDIR.yes+=	kgzldr
19.endif
20
21SUBDIR.${MK_ZFS}+=	zfsboot gptzfsboot zfsloader
22
23.include <bsd.subdir.mk>
24