diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-25 23:24:35 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-25 23:24:35 +0000 |
| commit | 08401510bef4885d24c1215ca8a7cc7a328c026d (patch) | |
| tree | 464ce1a87d327ca4a53166cad655ea8957c78d9b | |
| parent | 3f2fd98c120ef8f748af013af051aaad472de5f4 (diff) | |
Notes
| -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 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 |
