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