]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/nls/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / nls / Makefile.inc
1 #       from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/nls
5
6 SRCS+=  msgcat.c
7
8 SYM_MAPS+=${.CURDIR}/nls/Symbol.map
9
10 MAN+=   catclose.3 catgets.3 catopen.3
11
12 # NOTE: C.msg should not be processed here, it's used as a template
13 #       for translators.
14
15 NLSNAME=        libc
16 NLS+=   be_BY.UTF-8
17 NLS+=   ca_ES.ISO8859-1
18 NLS+=   de_DE.ISO8859-1
19 NLS+=   el_GR.ISO8859-7
20 NLS+=   es_ES.ISO8859-1
21 NLS+=   fi_FI.ISO8859-1
22 NLS+=   fr_FR.ISO8859-1
23 NLS+=   gl_ES.ISO8859-1
24 NLS+=   hu_HU.ISO8859-2
25 NLS+=   it_IT.ISO8859-15
26 NLS+=   ja_JP.UTF-8
27 NLS+=   ja_JP.eucJP
28 NLS+=   ko_KR.UTF-8
29 NLS+=   ko_KR.eucKR
30 NLS+=   mn_MN.UTF-8
31 NLS+=   nl_NL.ISO8859-1
32 NLS+=   no_NO.ISO8859-1
33 NLS+=   pl_PL.ISO8859-2
34 NLS+=   pt_BR.ISO8859-1
35 NLS+=   ru_RU.KOI8-R
36 NLS+=   sk_SK.ISO8859-2
37 NLS+=   sv_SE.ISO8859-1
38 NLS+=   uk_UA.UTF-8
39 NLS+=   zh_CN.GB18030
40 NLS+=   zh_CN.GB2312
41 NLS+=   zh_CN.UTF-8