mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
If LOCALE is not defined, default to USA. Otherwise, bsd.locale.mk
blows up with errors.
This commit is contained in:
parent
71e3426cdc
commit
e078c01fd2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36243
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user