2001-08-14 15:40:40 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 2001/08/14 11:40:40 tv Exp $
|
2000-12-30 05:33:04 +03:00
|
|
|
|
2001-08-14 15:40:40 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
# XXX - Temporarily disable building locale files on USE_NEW_TOOLCHAIN. - XXX
|
|
|
|
#
|
|
|
|
# The /usr/bin/mklocale program is very tied to NetBSD-current and is useless
|
|
|
|
# for cross builds (as is one of the main purposes of the new toolchain).
|
|
|
|
# Disable building the ctype files until mklocale is in a cross-usable state.
|
|
|
|
|
|
|
|
.ifndef USE_NEW_TOOLCHAIN
|
2000-12-30 05:33:04 +03:00
|
|
|
SUBDIR= ctype
|
2001-08-14 15:40:40 +04:00
|
|
|
.endif
|
2000-12-30 05:33:04 +03:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|