summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-10-25 10:40:28 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-10-25 10:40:28 +0000
commitcf17cc0269f6e44b2babcec92f26085c28d65244 (patch)
tree990951ebf0a4fe5aec8e91d79fb085713b758e54 /userspace
parent691ae91a1d2522240bcbd796a3b2db57608ab1c7 (diff)
add arp_tables.h copy
Diffstat (limited to 'userspace')
-rw-r--r--userspace/arptables/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index 31798bd..67f39b7 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/Makefile
@@ -73,5 +73,7 @@ release:
include/linux/netfilter_arp/
install -m 0644 -o root -g root \
include/netfilter_arp.h include/linux/netfilter_arp.h
+ install -m 0644 -o root -g root \
+ include/arp_tables.h include/linux/netfilter_arp/arp_tables.h
make clean
cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz