summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlaforge <laforge>2002-02-17 19:49:26 +0000
committerlaforge <laforge>2002-02-17 19:49:26 +0000
commitb8ed4384a4fba2e2107ad5839d13dca808f9fcc5 (patch)
treed34f409089f9300cfec1c3a3c24651185a977693 /Makefile
parentf13b347e88158f320b6d26c201954533f496564f (diff)
add PREFIX variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 092a4d4..9b340f0 100644
--- a/Makefile
+++ b/Makefile
@@ -14,12 +14,13 @@ ifndef KERNEL_DIR
KERNEL_DIR=/usr/src/linux
endif
NETFILTER_VERSION:=1.2.6
-OLD_NETFILTER_VERSION:=1.2.6
+OLD_NETFILTER_VERSION:=1.2.5
-LIBDIR:=/usr/local/lib
-BINDIR:=/usr/local/sbin
-MANDIR:=/usr/local/man
-INCDIR:=/usr/local/include
+PREFIX:=/usr/local
+LIBDIR:=$(PREFIX)/lib
+BINDIR:=$(PREFIX)/sbin
+MANDIR:=$(PREFIX)/man
+INCDIR:=$(PREFIX)/include
# directory for new iptables releases
RELEASE_DIR:=/tmp