]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/grep/nls/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / grep / nls / Makefile.inc
1 # $FreeBSD$
2 NLSNAME= grep
3
4 NLS=    es_ES.ISO8859-1
5 NLS+=   gl_ES.ISO8859-1
6 NLS+=   hu_HU.ISO8859-2
7 NLS+=   ja_JP.eucJP
8 NLS+=   ja_JP.SJIS
9 NLS+=   ja_JP.UTF-8
10 NLS+=   pt_BR.ISO8859-1
11 NLS+=   ru_RU.KOI8-R
12 NLS+=   uk_UA.UTF-8
13 NLS+=   zh_CN.UTF-8
14
15 NLSSRCDIR= ${.CURDIR}/nls
16 .for lang in ${NLS}
17 NLSSRCFILES_${lang}=${lang}.msg
18 .endfor