summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-04-01 17:29:13 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-04-01 17:29:13 +0000
commita296038c559c4eadd8a91683322dadc0c7ac6d22 (patch)
tree42b281241254656b2a381d794ae21686c3b323c1 /Makefile
parent4c732c43f144cbb8537bbb6dc6248d3d97aa9292 (diff)
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index cacb0ee..77e0f2e 100644
--- a/Makefile
+++ b/Makefile
@@ -14,14 +14,10 @@ OBJECTS:=getethertype.o ebtables.o communication.o $(EXT_OBJS)
KERNEL_INCLUDES?=include/
-ifeq ($(ETHERTYPESPATH),)
-ETHERTYPESPATH:=/etc/
-endif
-ETHERTYPESFILE:=$(ETHERTYPESPATH)ethertypes
-
-ifeq ($(BINPATH),)
-BINPATH:=/sbin/
-endif
+ETHERTYPESPATH?=/etc/
+ETHERTYPESFILE:=$(ETHERTYPESPATH)/ethertypes
+
+BINPATH?=/sbin/
BINFILE:=$(BINPATH)ebtables
PROGSPECS:=-DPROGVERSION=\"$(PROGVERSION)\" \