]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/i386/Makefile
contrib/tzdata: import tzdata 2022g
[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.yes+=    .WAIT
12
13 SUBDIR.yes+=    mbr pmbr boot0 boot0sio boot2 cdboot gptboot \
14                 isoboot
15
16 SUBDIR.${MK_FORTH}+= loader_4th
17 SUBDIR.${MK_LOADER_LUA}+= loader_lua
18 SUBDIR.yes+=    loader_simp
19
20 # special boot programs, 'self-extracting boot2+loader'
21 SUBDIR.yes+=    pxeldr
22
23 SUBDIR.${MK_LOADER_ZFS}+=       zfsboot gptzfsboot
24
25 SUBDIR_DEPEND_pxeldr+=  loader_${LOADER_DEFAULT_INTERP}
26
27 .include <bsd.subdir.mk>