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