summaryrefslogtreecommitdiffstats
path: root/userspace/arptables/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/arptables/Makefile')
-rw-r--r--userspace/arptables/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index b72d97f..b217c2c 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/Makefile
@@ -76,8 +76,6 @@ release:
$(KERNEL_DIR)/include/linux/netfilter_arp/*.h \
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