summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-04-18 15:59:09 +0000
committersam <sam@FreeBSD.org>2009-04-18 15:59:09 +0000
commit11a33093272dd9aa5d1518c076c77fe177a775b2 (patch)
tree6dbc781edfa3f64315b5c024ea7df9e1c42b0c2a /tools
parent53f91cc7135d171668a1a3cd89160045f4702094 (diff)
downloadFreeBSD-src-11a33093272dd9aa5d1518c076c77fe177a775b2.zip
FreeBSD-src-11a33093272dd9aa5d1518c076c77fe177a775b2.tar.gz
allow NANO_CFGDIR to be overridden
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/gateworks/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/gateworks/common b/tools/tools/nanobsd/gateworks/common
index 4b78871..fe5aafd 100644
--- a/tools/tools/nanobsd/gateworks/common
+++ b/tools/tools/nanobsd/gateworks/common
@@ -1,6 +1,6 @@
# $FreeBSD$
-NANO_CFGDIR=${NANO_SRC}/${NANO_TOOLS}/gateworks/cfg
+NANO_CFGDIR=${NANO_CFGDIR:-${NANO_SRC}/${NANO_TOOLS}/gateworks/cfg}
test -d ${NANO_CFGDIR} || NANO_CFGDIR=/var/empty
NANO_PMAKE="make" # NB: disable -j 3
OpenPOWER on IntegriCloud