aboutsummaryrefslogtreecommitdiff
path: root/lib/libxpg4
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-25 23:24:35 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-25 23:24:35 +0000
commit08401510bef4885d24c1215ca8a7cc7a328c026d (patch)
tree464ce1a87d327ca4a53166cad655ea8957c78d9b /lib/libxpg4
parent3f2fd98c120ef8f748af013af051aaad472de5f4 (diff)
downloadsrc-08401510bef4885d24c1215ca8a7cc7a328c026d.tar.gz
src-08401510bef4885d24c1215ca8a7cc7a328c026d.zip
Add mskanji.c
Notes
Notes: svn path=/head/; revision=29859
Diffstat (limited to 'lib/libxpg4')
-rw-r--r--lib/libxpg4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile
index 1fe1e9a07dd4..1e5c12327509 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