]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/i386/Makefile
Re-sync loader.mk and ficl.mk to where they should be
[FreeBSD/FreeBSD.git] / sys / boot / i386 / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 SUBDIR=         mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
6                 libi386
7
8 .if ${MK_LOADER_FIREWIRE} == "yes"
9 SUBDIR+=        libfirewire
10 .endif
11
12 SUBDIR+=        loader
13
14 # special boot programs, 'self-extracting boot2+loader'
15 SUBDIR+=        pxeldr
16
17 .if ${MACHINE_CPUARCH} == "i386"
18 SUBDIR+=        kgzldr
19 .endif
20
21 .if ${MK_ZFS} != "no"
22 SUBDIR+=        zfsboot gptzfsboot zfsloader
23 .endif
24
25 .include <bsd.subdir.mk>