From ba6d012a540f0ce2d5b25a1253620692790018b5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Feb 2002 19:49:26 +0000 Subject: add PREFIX variable --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 092a4d4b..9b340f0e 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 -- cgit v1.2.3