tools: add Host/Uninstall where possible
[openwrt/staging/jow.git] / tools / fakeroot / Makefile
index 5d31e197819f1fd52778c902e1a4ecab89362762..efd9227d1a907470455c5166c23d0662a0282cdb 100644 (file)
@@ -25,4 +25,8 @@ HOST_CONFIGURE_VARS += \
 HOST_CONFIGURE_ARGS += \
        --with-ipc=tcp
 
+define Host/Uninstall
+       -$(call Host/Compile/Default,uninstall)
+endef
+
 $(eval $(call HostBuild))