tools: add Host/Uninstall where possible
[openwrt/staging/nbd.git] / tools / flock / Makefile
index cd3561bb6996c1b0a3d85257b1e94ffb6d198f5b..4e0a45440fa5cd426635be2936a963b0e0dcf2c3 100644 (file)
@@ -24,4 +24,8 @@ define Host/Install
        $(INSTALL_BIN) $(HOST_BUILD_DIR)/flock $(STAGING_DIR_HOST)/bin/
 endef
 
+define Host/Clean
+       rm -f $(STAGING_DIR_HOST)/bin/flock
+endef
+
 $(eval $(call HostBuild))