From dd4c526765b5d31c7dd34102152eba856c1eea45 Mon Sep 17 00:00:00 2001 From: phantom Date: Thu, 8 Feb 2001 17:13:24 +0000 Subject: add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c remove lconv.c --- lib/libc/locale/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index fb3cb39..d93d17a 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -5,7 +5,8 @@ .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/locale ${.CURDIR}/../libc/locale SRCS+= ansi.c big5.c collate.c collcmp.c euc.c frune.c isctype.c \ - lconv.c localeconv.c mbrune.c mskanji.c nomacros.c none.c rune.c \ + ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mbrune.c \ + mskanji.c nl_langinfo.c nomacros.c none.c rune.c \ runetype.c setinvalidrune.c setlocale.c setrunelocale.c table.c \ tolower.c toupper.c utf2.c -- cgit v1.1