summaryrefslogtreecommitdiff
path: root/openwrt/package/iptables/Makefile
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
commit33e56e2cdd42dd0377efb372001474fc21fa759b (patch)
treec4ff0146d31cc37ea1a7f800c639d7182e6d8714 /openwrt/package/iptables/Makefile
parentdb540460f8324f349a2bc044ee0350a8be99cb4f (diff)
Remove packages when cleaning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@319 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 67e4a2d737..b0c1f7786b 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)