
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
15 lines
293 B
Makefile
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"
|