summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/packages.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/packages.mk b/mk/packages.mk
index 56248cd..141290a 100644
--- a/mk/packages.mk
+++ b/mk/packages.mk
@@ -51,6 +51,10 @@ include mk/squashfs.mk
include mk/zlib_host.mk
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_ZLIB) += zlib_host_install
+# Install various tools in case of FreeBSD host development machine
+ifeq ($(findstring freebsd,$(embtk_buildhost_os)),freebsd)
+HOSTTOOLS_COMPONENTS-y += gsed_install gmake_install
+endif
#