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