aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-12-31 20:14:55 +0000
committerMike Frysinger <vapier@gentoo.org>2009-12-31 20:14:55 +0000
commit8c3c91f9e371f0f326dbcce86fcdb30a79bbe404 (patch)
treed5965f516165ec7a8dbe367e148a1b9e2fec6181
parentfix parallel build problems with the lib/ subdir and multiple targets that de... (diff)
downloadnet-tools-8c3c91f9e371f0f326dbcce86fcdb30a79bbe404.tar.gz
net-tools-8c3c91f9e371f0f326dbcce86fcdb30a79bbe404.tar.bz2
net-tools-8c3c91f9e371f0f326dbcce86fcdb30a79bbe404.zip
set BASEDIR to DESTDIR by default so the default install matches most packages
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad961ef..1065945 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@
# set the base of the Installation
# BASEDIR = /mnt
+BASEDIR ?= $(DESTDIR)
# path to the net-lib support library. Default: lib
NET_LIB_PATH = lib