phunix/share/locale/Makefile
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

18 lines
329 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/01/02 00:20:21 tnozaki Exp $
.include <bsd.own.mk>
NOOBJ= # defined
NOMAN= # defined
SUBDIR= ctype monetary numeric time messages
FILES= locale.alias
FILESOWN= ${LOCALEOWN}
FILESGRP= ${LOCALEGRP}
FILESMODE= ${LOCALEMODE}
FILESDIR= ${LOCALEDIR}
.include <bsd.prog.mk>
.include <bsd.subdir.mk>