aboutsummaryrefslogtreecommitdiff
path: root/stand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/Makefile')
-rw-r--r--stand/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/stand/Makefile b/stand/Makefile
index 7ac848f4076a..8fd981cd21f1 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -39,6 +39,9 @@ INTERP_DEPENDS+= lua
.include <bsd.arch.inc.mk>
S.${MK_EFI}+= efi
+.if ${MK_FDT} != "no"
+S.${MK_LOADER_KBOOT}+= kboot
+.endif
S.${MK_LOADER_UBOOT}+= uboot
.if defined(LIB32LIST)