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
commitc95d9695a11d9a6968b056fa06efeecfc24dca0b (patch)
tree6fa7d0dbf966b7da810cc8b562eae44720411f84
parentdb5ae6e9d6c0b775ac1b90c31cb64f939cb3c4d9 (diff)
local netfilter_arp.h copy no longer needed
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b72d97f..b217c2c 100644
--- a/Makefile
+++ b/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