From e21a72cdb257b20c8b098adb023008f0fdf6ef80 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sat, 25 Oct 2003 10:23:48 +0000 Subject: remove KERNEL_2_4 option --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 1d41579..3430802 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,6 @@ RELEASE_DIR:=/tmp COPT_FLAGS:=-O2 CFLAGS:=$(COPT_FLAGS) -Wall -Wunused -I$(KERNEL_DIR)/include/ -Iinclude/ -DARPTABLES_VERSION=\"$(ARPTABLES_VERSION)\" #-g -DDEBUG #-pg # -DARPTC_DEBUG -ifeq ($(KERNEL_2_4),y) -CFLAGS+=-DKERNEL_2_4 -endif - EXTRAS+=iptables iptables.o EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/iptables $(DESTDIR)$(MANDIR)/man8/iptables.8 -- cgit v1.2.3