7a55a3c230
the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 machine right now. This patch is mainly to make libc support BIG5 encoding, thus add zh_TW.BIG5 locale to 3.0. Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
10 lines
231 B
Makefile
10 lines
231 B
Makefile
LIB= xpg4
|
|
SRCS= setlocale.c setrunelocale.c big5.c euc.c mskanji.c utf2.c runetype.c \
|
|
tolower.c toupper.c
|
|
CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
|
|
.PATH: ${.CURDIR}/../libc/locale
|
|
|
|
NOMAN= YES
|
|
|
|
.include <bsd.lib.mk>
|