From 08401510bef4885d24c1215ca8a7cc7a328c026d Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 25 Sep 1997 23:24:35 +0000 Subject: [PATCH] Add mskanji.c --- lib/libxpg4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile index 1fe1e9a07dd..1e5c1232750 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