]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
add PREFIX variable
authorHarald Welte <laforge@gnumonks.org>
Sun, 17 Feb 2002 19:49:26 +0000 (19:49 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sun, 17 Feb 2002 19:49:26 +0000 (19:49 +0000)
Makefile

index 092a4d4bf2ba327ddebea3eb6831a475ca1183be..9b340f0ebb752c8c7218e8de2a8f4ca4ff686d10 100644 (file)
--- 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