]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/i386/Makefile
Make linux_ptrace() use linux_msg() instead of printf().
[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 .if ${MACHINE_CPUARCH} == "i386"
20 SUBDIR.yes+=    kgzldr
21 .endif
22
23 SUBDIR.${MK_LOADER_ZFS}+=       zfsboot gptzfsboot
24
25 .include <bsd.subdir.mk>