diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-02-25 00:04:39 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-02-25 00:04:39 +0000 |
| commit | ad30f8e79bd1007cc2476e491bd21b4f5e389e0a (patch) | |
| tree | ed256cfe2a006269f4a380597f93880be8d5c1cd /share/Makefile | |
| parent | 95d068b14b6d40469b8c124f3bc8c672b8884561 (diff) | |
Notes
Diffstat (limited to 'share/Makefile')
| -rw-r--r-- | share/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile index 308693c1bc76..5ccf165930c3 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 |
