summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-05-20 05:41:20 +0000
committermph <mph@FreeBSD.org>1998-05-20 05:41:20 +0000
commitfa6007f7a2a57084adab37a7d3e438195beba902 (patch)
tree2fe52f548d054a7c4630ff8caa80ec3afdb5cec1
parentc6d2a0204536d856fd1fe872aa2432f1fcc5999d (diff)
downloadFreeBSD-src-fa6007f7a2a57084adab37a7d3e438195beba902.zip
FreeBSD-src-fa6007f7a2a57084adab37a7d3e438195beba902.tar.gz
If LOCALE is not defined, default to USA. Otherwise, bsd.locale.mk
blows up with errors.
-rw-r--r--share/mk/bsd.locale.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/mk/bsd.locale.mk b/share/mk/bsd.locale.mk
index 9304a8c..2f8a25a 100644
--- a/share/mk/bsd.locale.mk
+++ b/share/mk/bsd.locale.mk
@@ -3,6 +3,10 @@
# location-specific settings
#
+.if !defined(LOCALE)
+LOCALE= USA
+.endif
+
.if ${LOCALE} == "Argentina"
NEAR_SITE_LIST?= ${LOCAL_SITE_LIST} \
ftp://ftp.ar.freebsd.org/pub/FreeBSD/
OpenPOWER on IntegriCloud