]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/i386/Makefile
stand: Makefile SUBDIR cleanup
[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 SUBDIR.${MK_LOADER_FIREWIRE}+=  libfirewire
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 SUBDIR.${MK_ZFS}+=      zfsboot gptzfsboot zfsloader
22
23 .include <bsd.subdir.mk>