summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile
index 308693c..5ccf165 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -9,6 +9,7 @@ SUBDIR= ${_colldef} \
${_dict} \
${_doc} \
${_examples} \
+ ${_i18n} \
${_man} \
${_me} \
misc \
@@ -44,6 +45,10 @@ _examples= examples
_me= me
.endif
+.if ${MK_ICONV} != "no"
+_i18n= i18n
+.endif
+
.if ${MK_LOCALES} != "no"
_colldef = colldef
_mklocale = mklocale
OpenPOWER on IntegriCloud