summaryrefslogtreecommitdiffstats
path: root/make/iptables.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/iptables.mk')
-rw-r--r--make/iptables.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/iptables.mk b/make/iptables.mk
index a441d79e4..fab2a1040 100644
--- a/make/iptables.mk
+++ b/make/iptables.mk
@@ -34,6 +34,8 @@ $(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables
iptables: $(TARGET_DIR)/sbin/iptables
+iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE)
+
iptables-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(IPTABLES_BUILD_DIR) uninstall
-$(MAKE) -C $(IPTABLES_BUILD_DIR) clean