boot/pc32: Separate hostprog.
[dragonfly.git] / sys / boot / pc32 / Makefile
1 .if ${MACHINE_ARCH} == "x86_64"
2 .MAKEFLAGS:  MACHINE_ARCH=i386 MACHINE_PLATFORM=pc32 REALLY_X86_64=true
3 .else
4 .MAKEFLAGS:  REALLY_X86_64=false
5 .endif
6
7 # must come before boot2
8 SUBDIR= asmdef btx
9
10 SUBDIR+=boot0 boot0sio boot2 cdboot libi386 loader loader_tftp mbr
11
12 # special boot programs, 'self-extracting boot2+loader'
13 SUBDIR+=pxeldr pxeldr_tftp
14
15 .include <bsd.subdir.mk>