summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/ebtables2/Makefile')
-rw-r--r--userspace/ebtables2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index 2a8dbcf..a0300fc 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -82,4 +82,9 @@ release:
install -m 0644 -o root -g root \
include/ebtables.h include/linux/netfilter_bridge/
make clean
+ touch *
+ touch extensions/*
+ touch include/*
+ touch include/linux/*
+ touch include/linux/netfilter_bridge/*
cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz