]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/i386/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / stand / i386 / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=t
4
5 .include <bsd.init.mk>
6
7 SUBDIR.yes=     mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
8                 isoboot libi386
9
10 SUBDIR.${MK_LOADER_FIREWIRE}+=  libfirewire
11
12 SUBDIR.${MK_FORTH}+= loader_4th
13 SUBDIR.${MK_LOADER_LUA}+= loader_lua
14 SUBDIR.yes+=    loader_simp
15
16 # special boot programs, 'self-extracting boot2+loader'
17 SUBDIR.yes+=    pxeldr
18
19 SUBDIR.${MK_LOADER_ZFS}+=       zfsboot gptzfsboot
20
21 .include <bsd.subdir.mk>