# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-OS:=$(shell uname)
+
+include $(INCLUDE_DIR)/host.mk
+
ifneq ($(strip $(PKG_CAT)),)
ifeq ($(PKG_CAT),unzip)
UNPACK=unzip -d $(PKG_BUILD_DIR) $(DL_DIR)/$(PKG_SOURCE)