
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
13 lines
283 B
Makefile
13 lines
283 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/08/11 22:09:40 joerg Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
# pull LOCALEDIR and other declarations
|
|
.include <bsd.own.mk>
|
|
|
|
LOCALEFILE= LC_MESSAGES/SYS_LC_MESSAGES
|
|
CATEGORY= messages
|
|
|
|
.include "${.CURDIR}/../Makefile.locale"
|
|
.include "${.CURDIR}/../Makefile.common"
|