diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-08-08 18:29:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-08-08 18:29:45 +0000 |
commit | 61cee05b3f16da5c2771e683663aa5596872c24b (patch) | |
tree | 2011faaab29f2ba2f62bed6222697b4de37a3844 /share/Makefile | |
parent | 7b2473410fcb28134729c5781ccb21f47a250a09 (diff) |
Add symlinks for locales alternative names
Notes
Notes:
svn path=/projects/collation/; revision=286460
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 16 |
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" |