1NO_OBJ=t 2 3.include <bsd.init.mk> 4 5SUBDIR.yes+= libefi 6SUBDIR.${MK_LOADER_IA32}+= libsa32efi libefi32 7SUBDIR.${MK_FDT}+= fdt 8 9.if ${LOADER_DEFAULT_INTERP} == "lua" 10SUBDIR.${MK_LOADER_IA32}+= liblua32efi 11.elif ${LOADER_DEFAULT_INTERP} == "4th" 12SUBDIR.${MK_LOADER_IA32}+= ficl32efi 13.endif 14 15SUBDIR.yes+= .WAIT 16 17SUBDIR.yes+= boot1 gptboot 18 19SUBDIR.${MK_FORTH}+= loader_4th 20SUBDIR.${MK_LOADER_LUA}+= loader_lua 21SUBDIR.${MK_LOADER_IA32}+= loader_ia32 22SUBDIR.yes+= loader_simp 23 24.include <bsd.subdir.mk> 25