xref: /freebsd-14.2/stand/efi/Makefile (revision d0b2dbfa)
1
2NO_OBJ=t
3
4.include <bsd.init.mk>
5
6SUBDIR.yes+=	libefi
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.yes+=	loader_simp
15
16.include <bsd.subdir.mk>
17