summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit0598e1eedcebb106fb3bde068dff85552ab008f3 (patch)
tree04298b73f7f79014ed7a1904770317855740c703 /Makefile
parentf8f9832c3803e75b5e45e102d074ae7f8f5c6772 (diff)
add arp_tables.h copy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31798bd..67f39b7 100644
--- a/Makefile
+++ b/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