tools/bzip2: add `bzip2` binaries
[openwrt/staging/jow.git] / tools / zip / Makefile
index 7dd81a1b8bc3bfeb5773d0770cb57c164f6db157..6e83dafb40f610bac5298edef0b375b750d197eb 100644 (file)
@@ -32,5 +32,8 @@ define Host/Install
        $(INSTALL_BIN) $(HOST_BUILD_DIR)/zip $(STAGING_DIR_HOST)/bin/
 endef
 
+define Host/Clean
+       rm -rf $(STAGING_DIR_HOST)/bin/zip
+endef
+
 $(eval $(call HostBuild))
-#$(eval $(call BuildPackage,zip))