diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/nls/Makefile.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc index 26e9f9a..9adab3d 100644 --- a/lib/libc/nls/Makefile.inc +++ b/lib/libc/nls/Makefile.inc @@ -6,14 +6,3 @@ 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 |