aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-01-16 11:43:02 +0000
committerMike Baker <mbm@openwrt.org>2005-01-16 11:43:02 +0000
commit1ca99c8bcfa96041185848b2efef6953189f503f (patch)
tree85d694c0a5715a49a401cadec16be849169d8d6a /package/iptables/Makefile.in
downloadmaster-187ad058-1ca99c8bcfa96041185848b2efef6953189f503f.tar.gz
master-187ad058-1ca99c8bcfa96041185848b2efef6953189f503f.tar.bz2
master-187ad058-1ca99c8bcfa96041185848b2efef6953189f503f.zip
Initial revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile.in')
-rw-r--r--package/iptables/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/iptables/Makefile.in b/package/iptables/Makefile.in
new file mode 100644
index 0000000000..5be894b9a6
--- /dev/null
+++ b/package/iptables/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_IPTABLES)),y)
+TARGETS+=iptables
+endif