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