xref: /netbsd-src/share/locale/Makefile (revision 27578b9aac214cc7796ead81dcc5427e79d5f2a0)
1#	$NetBSD: Makefile,v 1.2 2001/08/14 11:40:40 tv Exp $
2
3.include <bsd.own.mk>
4
5# XXX - Temporarily disable building locale files on USE_NEW_TOOLCHAIN. - XXX
6#
7# The /usr/bin/mklocale program is very tied to NetBSD-current and is useless
8# for cross builds (as is one of the main purposes of the new toolchain).
9# Disable building the ctype files until mklocale is in a cross-usable state.
10
11.ifndef USE_NEW_TOOLCHAIN
12SUBDIR=	ctype
13.endif
14
15.include <bsd.subdir.mk>
16