summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-10-25 10:23:48 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-10-25 10:23:48 +0000
commite76ea19665f7e22a3c33f8f856ce954b681c1e15 (patch)
tree2a98a4ac7f4b7a48e05b704b7f86030f00f94fba
parent2525cc99405b4022a663046f7b3830a4f84ca4f8 (diff)
remove KERNEL_2_4 option
-rw-r--r--userspace/arptables/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index 1d41579..3430802 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/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