summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-07 14:27:11 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-07 14:27:11 +0000
commit50e15a7343422a92ace7263bc1094727cf9fbf47 (patch)
tree47f75beea95ae70695566f1f055ae02abcb960e1
parentfabba399341d1a8ce5f6efc0bc5dce329de65030 (diff)
copy if_ether.h (vlan needs a fairly recent if_ether.h file)
-rw-r--r--userspace/ebtables2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index 8ebcd0f..67ee9cf 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -2,7 +2,7 @@
KERNEL_DIR?=/usr/src/linux
PROGNAME:=ebtables
-PROGVERSION:="2.0pre8 (June 2002)"
+PROGVERSION:="2.0pre9 (July 2002)"
MANDIR?=/usr/local/man
CFLAGS:=-Wall -Wunused
@@ -26,6 +26,8 @@ headers:
/usr/include/linux/br_db.h
cp -f $(KERNEL_DIR)/include/linux/netfilter_bridge.h \
/usr/include/linux/netfilter_bridge.h
+ cp -f $(KERNEL_DIR)/include/linux/if_ether.h \
+ /usr/include/linux/if_ether.h
.PHONY: symlink
symlink: