summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2005-02-27 22:17:47 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2005-02-27 22:17:47 +0000
commit0f331b31cffe9cf38a07633e279ddf27406a1b0c (patch)
treeb99f0068c3a4025a163dc3aefc3bc28e422c154f /lib
parent92d4c5d082e3b4cb2065729b4ee5a4f6a34a5961 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/nls/Makefile.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc
index 26e9f9aa5ec3..9adab3d647fa 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