diff options
author | Harald Welte <laforge@gnumonks.org> | 2002-02-17 19:49:26 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2002-02-17 19:49:26 +0000 |
commit | ba6d012a540f0ce2d5b25a1253620692790018b5 (patch) | |
tree | d34f409089f9300cfec1c3a3c24651185a977693 /Makefile | |
parent | 63c364d6fd20b1f58df9e91bcb4cfea2ebae6507 (diff) |
add PREFIX variable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |