Subject: Re: bin/12017: how to enable multibyte locale (and problem around it)
To: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: netbsd-bugs
Date: 01/22/2001 20:18:01
>> 	oops, i should note that there's NO footprint change in ifconfig
>> 	any more, because of the change i made this morning,
>> 	as ifconfig does not call setlocale().
>OK, that's fine.  About install floppy like case, other commands are
>also in question, not only ifconfig(8).

	the following Makefile fragment should suppress multibyte locale
	code completely.

itojun


---
#	$NetBSD$

ABSCUR!= cd ${.PARSEDIR}; pwd

SRCS+=  multibyte_sb.c iswctype_sb.c setlocale.c
CPPFLAGS+=	-UWITH_RUNE -I${ABSCUR} -I${ABSCUR}/../include
.PATH:  ${ABSCUR}