]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/i386/Makefile
zfs: merge openzfs/zfs@cb01da680
[FreeBSD/FreeBSD.git] / stand / i386 / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=t
4
5 .include <bsd.init.mk>
6
7 # Almost everything else here relies on btxldr, so we must make sure it's built
8 # before everything else proceeds so we don't end up building against a stale
9 # btxldr and ending up with a build-during-install scenario.
10 SUBDIR.yes+=    btx libi386
11 SUBDIR.${MK_LOADER_FIREWIRE}+=  libfirewire
12 SUBDIR.yes+=    .WAIT
13
14 SUBDIR.yes+=    mbr pmbr boot0 boot0sio boot2 cdboot gptboot \
15                 isoboot
16
17 SUBDIR.${MK_FORTH}+= loader_4th
18 SUBDIR.${MK_LOADER_LUA}+= loader_lua
19 SUBDIR.yes+=    loader_simp
20
21 # special boot programs, 'self-extracting boot2+loader'
22 SUBDIR.yes+=    pxeldr
23
24 SUBDIR.${MK_LOADER_ZFS}+=       zfsboot gptzfsboot
25
26 SUBDIR_DEPEND_pxeldr+=  loader_${LOADER_DEFAULT_INTERP}
27
28 .include <bsd.subdir.mk>