summaryrefslogtreecommitdiff
path: root/openwrt/package/iptables/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-06 14:35:58 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-06 14:35:58 +0000
commit0b4c7cb994f38f5c8d202067c0c8410347079509 (patch)
treec4ff0146d31cc37ea1a7f800c639d7182e6d8714 /openwrt/package/iptables/Makefile
parentce041c793573b71498f202d89cad41c94f64b8c0 (diff)
downloadmtk-20170518-0b4c7cb994f38f5c8d202067c0c8410347079509.zip
mtk-20170518-0b4c7cb994f38f5c8d202067c0c8410347079509.tar.gz
mtk-20170518-0b4c7cb994f38f5c8d202067c0c8410347079509.tar.bz2
Remove packages when cleaning
SVN-Revision: 319
Diffstat (limited to 'openwrt/package/iptables/Makefile')
-rw-r--r--openwrt/package/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile
index 67e4a2d..b0c1f77 100644
--- a/openwrt/package/iptables/Makefile
+++ b/openwrt/package/iptables/Makefile
@@ -104,4 +104,4 @@ install: $(INSTALL_TARGETS)
clean:
rm -rf $(PKG_BUILD_DIR)
- rm -f $(PKG_IPT)
+ rm -f $(PKG_IPT) $(PKG_IPT_EXTRA) $(PKG_IP6T)