xref: /dragonfly/stand/boot/pc32/Makefile (revision 655933d6)
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
8SUBDIR=	asmdef btx btxld
9
10SUBDIR+=boot0 boot0sio boot2 cdboot libi386 loader loader_tftp mbr
11
12# special boot programs, 'self-extracting boot2+loader'
13SUBDIR+=pxeldr pxeldr_tftp
14
15.include <bsd.subdir.mk>
16