summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 14:35:58 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 14:35:58 +0000
commit3d41e84381b583e8ba11ebb15add5a4b3007e1f8 (patch)
treea7079dc05eb3713b7616ef05e51be3732f10a354 /package/iptables
parent72c8aeba309dea596067fbecb28dcfbc5f740ccb (diff)
Remove packages when cleaning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@319 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 67e4a2d73..b0c1f7786 100644
--- a/package/iptables/Makefile
+++ b/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)