summaryrefslogtreecommitdiff
path: root/share/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-08-08 18:29:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-08-08 18:29:45 +0000
commit61cee05b3f16da5c2771e683663aa5596872c24b (patch)
tree2011faaab29f2ba2f62bed6222697b4de37a3844 /share/Makefile
parent7b2473410fcb28134729c5781ccb21f47a250a09 (diff)
downloadsrc-test2-61cee05b3f16da5c2771e683663aa5596872c24b.tar.gz
src-test2-61cee05b3f16da5c2771e683663aa5596872c24b.zip
Notes
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 210743528a51..d88211cd4a58 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"