Backout NLS catalog handling, until all edge cases are resolved

This commit is contained in:
Alexey Zelkin 2005-02-27 22:17:47 +00:00
parent 92d4c5d082
commit 0f331b31cf

View File

@ -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