summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-12-30 17:30:24 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-12-30 17:30:24 +0000
commit587bdcca5d688def9afa39b697ee8b4cf108a6bd (patch)
tree691c6c1b0e5ff8bf56b9335d072a609832fb6d70
parent8866448fc89fa185fbad13a7741414846f6a70dd (diff)
local netfilter_arp.h copy no longer needed
-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