From 9b22b29def5d8dcb215faf5d8697f91891b328e9 Mon Sep 17 00:00:00 2001 From: phantom Date: Sun, 27 Feb 2005 18:09:52 +0000 Subject: Enable processing of NLS catalogs while building/installing of libc --- lib/libc/nls/Makefile.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc index 9adab3d..26e9f9a 100644 --- a/lib/libc/nls/Makefile.inc +++ b/lib/libc/nls/Makefile.inc @@ -6,3 +6,14 @@ SRCS+= msgcat.c MAN+= catclose.3 catgets.3 catopen.3 + +# NOTE: C.msg should not be processed here, it's using as template +# for translators. + +NLSNAME= libc +NLS+= ru_RU.KOI8-R + +NLSSRCDIR= ${.CURDIR}/nls +.for lang in ${NLS} +NLSSRCFILES_${lang}=${lang}.msg +.endfor -- cgit v1.1