Lionel Sambuc 36dcc4a4a9 Import locale tools and ressource files
This commit requires special steps, please checkout docs/UPDATING.

Tools:
 - gencat
 - locale
 - mkcsmapper
 - mkesdb
 - mklocale

Libs:
 - i18n_module
 - libintl

Ressources:
 - i18n
 - locale

Change-Id: I559d0399d8e98bcee15225cab786e43f31506207
2016-07-09 12:18:33 +02:00

15 lines
293 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/08/11 22:09:41 joerg Exp $
NOMAN= # defined
.PATH: ${.CURDIR}/generated
# pull LOCALEDIR and other declarations
.include <bsd.own.mk>
LOCALEFILE= LC_NUMERIC
CATEGORY= numeric
.include "${.CURDIR}/../Makefile.locale"
.include "${.CURDIR}/../Makefile.common"