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