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