From 7278fd42b9c746a5389ad234610b1e1230f6dae9 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sat, 18 Apr 2009 15:59:09 +0000 Subject: [PATCH] allow NANO_CFGDIR to be overridden --- tools/tools/nanobsd/gateworks/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/gateworks/common b/tools/tools/nanobsd/gateworks/common index 4b788712a8d8..fe5aafd73ffc 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