summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-07-26 11:53:32 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-07-26 11:53:32 +0000
commitf18c52661322adc5b285f22f8f3878e7acdb0a26 (patch)
tree786425d8fb901a226bcf96aa0145fb14d6ed75b8 /userspace
parent302384446b6dc3f292c5e12dc5fee31b9aea0cbb (diff)
*** empty log message ***
Diffstat (limited to 'userspace')
-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