diff options
author | ache <ache@FreeBSD.org> | 1997-09-25 23:24:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-25 23:24:35 +0000 |
commit | 0464de3a535fd2cbc77ea62cc6fb83e261b7d2e1 (patch) | |
tree | bd25b23bc5ceeec5d6e821edc45d9ddabb0fe456 /lib/libxpg4 | |
parent | d2f27c061b8ecebae19deffa10a7b05d2ab07815 (diff) | |
download | FreeBSD-src-0464de3a535fd2cbc77ea62cc6fb83e261b7d2e1.zip FreeBSD-src-0464de3a535fd2cbc77ea62cc6fb83e261b7d2e1.tar.gz |
Add mskanji.c
Diffstat (limited to 'lib/libxpg4')
-rw-r--r-- | lib/libxpg4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile index 1fe1e9a..1e5c123 100644 --- a/lib/libxpg4/Makefile +++ b/lib/libxpg4/Makefile @@ -1,5 +1,5 @@ LIB= xpg4 -SRCS= setlocale.c setrunelocale.c euc.c utf2.c runetype.c \ +SRCS= setlocale.c setrunelocale.c euc.c mskanji.c utf2.c runetype.c \ tolower.c toupper.c CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale .PATH: ${.CURDIR}/../libc/locale |