From: Bart De Schuymer Date: Sun, 7 Jul 2002 14:27:11 +0000 (+0000) Subject: copy if_ether.h (vlan needs a fairly recent if_ether.h file) X-Git-Tag: submit/upstream/20140618.160417~383 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc3dd67374c37ed94243b6bdcbdb9295c93b6732;p=platform%2Fupstream%2Febtables.git copy if_ether.h (vlan needs a fairly recent if_ether.h file) --- diff --git a/Makefile b/Makefile index 8ebcd0f..67ee9cf 100644 --- a/Makefile +++ b/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: