From 60c2009330c78914373390d82f1bee3c71f5e3ec Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 23 Jul 2003 21:34:21 +0000 Subject: *** empty log message *** --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75c2cc0..2a8dbcf 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,17 @@ # ebtables Makefile PROGNAME:=ebtables -PROGVERSION:=2.0.4 -PROGDATE:=April\ 2003 +PROGVERSION:=2.0.5 +PROGDATE:=July\ 2003 MANDIR?=/usr/local/man CFLAGS:=-Wall -Wunused CC:=gcc +ifeq ($(shell uname -m),sparc64) +CFLAGS+=-DEBT_MIN_ALIGN=8 -DKERNEL_64_USERSPACE_32 +endif + include extensions/Makefile OBJECTS:=getethertype.o ebtables.o communication.o $(EXT_OBJS) @@ -75,5 +79,7 @@ release: install -m 0644 -o root -g root \ $(KERNEL_INCLUDES)/linux/netfilter_bridge/*.h \ include/linux/netfilter_bridge/ + install -m 0644 -o root -g root \ + include/ebtables.h include/linux/netfilter_bridge/ make clean cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz -- cgit v1.2.3