Makefile.inc revision 142676
1#	from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
2# $FreeBSD: head/lib/libc/nls/Makefile.inc 142676 2005-02-27 18:09:52Z phantom $
3
4.PATH: ${.CURDIR}/nls
5
6SRCS+=	msgcat.c
7
8MAN+=	catclose.3 catgets.3 catopen.3
9
10# NOTE: C.msg should not be processed here, it's using as template
11#       for translators.
12
13NLSNAME=	libc
14NLS+=		ru_RU.KOI8-R
15
16NLSSRCDIR=	${.CURDIR}/nls
17.for lang in ${NLS}
18NLSSRCFILES_${lang}=${lang}.msg
19.endfor
20