aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/Makefile')
-rw-r--r--stand/efi/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/stand/efi/Makefile b/stand/efi/Makefile
index f6cbede52bd5..94cb5bba5638 100644
--- a/stand/efi/Makefile
+++ b/stand/efi/Makefile
@@ -4,8 +4,12 @@ NO_OBJ=t
.include <bsd.init.mk>
+SUBDIR.yes+= libefi
SUBDIR.${MK_FDT}+= fdt
-SUBDIR.yes+= libefi boot1 gptboot
+SUBDIR.yes+= .WAIT
+
+SUBDIR.yes+= boot1 gptboot
+
SUBDIR.${MK_FORTH}+= loader_4th
SUBDIR.${MK_LOADER_LUA}+= loader_lua
SUBDIR.yes+= loader_simp