1NO_OBJ=t 2 3.include <bsd.init.mk> 4 5SUBDIR.yes+= libefi 6SUBDIR.${MK_FDT}+= fdt 7SUBDIR.yes+= .WAIT 8 9SUBDIR.yes+= boot1 gptboot 10 11SUBDIR.${MK_FORTH}+= loader_4th 12SUBDIR.${MK_LOADER_LUA}+= loader_lua 13SUBDIR.yes+= loader_simp 14 15.include <bsd.subdir.mk> 16