aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/userland
diff options
context:
space:
mode:
Diffstat (limited to 'targets/pseudo/userland')
-rw-r--r--targets/pseudo/userland/gnu/Makefile.depend4
-rw-r--r--targets/pseudo/userland/misc/Makefile.depend9
2 files changed, 9 insertions, 4 deletions
diff --git a/targets/pseudo/userland/gnu/Makefile.depend b/targets/pseudo/userland/gnu/Makefile.depend
index 5c6581b8f2d9..cb9bda628cfc 100644
--- a/targets/pseudo/userland/gnu/Makefile.depend
+++ b/targets/pseudo/userland/gnu/Makefile.depend
@@ -111,10 +111,6 @@ DIRDEPS = \
gnu/usr.bin/texinfo/makeinfo \
gnu/usr.bin/texinfo/texindex \
-.if ${MK_ELFCOPY_AS_OBJCOPY} == "no"
-DIRDEPS+= gnu/usr.bin/binutils/objcopy
-.endif
-
.if ${MK_GPL_DTC} != "no"
DIRDEPS+= gnu/usr.bin/dtc
.endif
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend
index a4091cc1d76f..fc2a9ca01be9 100644
--- a/targets/pseudo/userland/misc/Makefile.depend
+++ b/targets/pseudo/userland/misc/Makefile.depend
@@ -58,6 +58,9 @@ DIRDEPS.x86sys+= \
sys/boot/i386/zfsboot \
sys/boot/i386/zfsloader \
+DIRDEPS+= \
+ sbin/zfsbootcfg \
+
.endif
DIRDEPS.amd64= \
@@ -75,6 +78,12 @@ DIRDEPS.amd64+= \
.endif
+.if ${MK_EFI} != "no"
+DIRDEPS+= \
+ usr.sbin/efivar \
+
+.endif
+
DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi}