summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-08-08 18:29:45 +0000
committerbapt <bapt@FreeBSD.org>2015-08-08 18:29:45 +0000
commitfa2005302d57b65d2a29b6d02ff71649918d4a72 (patch)
tree2011faaab29f2ba2f62bed6222697b4de37a3844 /share/Makefile
parent0de7690917cc0dc81f83253090a16903af3638e6 (diff)
downloadFreeBSD-src-fa2005302d57b65d2a29b6d02ff71649918d4a72.zip
FreeBSD-src-fa2005302d57b65d2a29b6d02ff71649918d4a72.tar.gz
Add symlinks for locales alternative names
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/share/Makefile b/share/Makefile
index 2107435..d88211c 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -13,6 +13,7 @@ SUBDIR= ${_colldef} \
${_examples} \
${_i18n} \
keys \
+ ${_locale-links} \
${_man} \
${_me} \
misc \
@@ -59,13 +60,14 @@ _i18n= i18n
.endif
.if ${MK_LOCALES} != "no"
-_colldef = colldef
-_ctypedef = ctypedef
-_mklocale = mklocale
-_monetdef = monetdef
-_msgdef = msgdef
-_numericdef = numericdef
-_timedef = timedef
+_colldef= colldef
+_ctypedef= ctypedef
+_locale-links= locale-links
+_mklocale= mklocale
+_monetdef= monetdef
+_msgdef= msgdef
+_numericdef= numericdef
+_timedef= timedef
.endif
.if ${MK_MAKE} != "no"
OpenPOWER on IntegriCloud