xref: /dflybsd-src/stand/boot/pc32/Makefile (revision ee5a5918eca0f44cdc7486c325ef082f96aec51b)
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