diff options
author | phantom <phantom@FreeBSD.org> | 2001-02-08 17:13:24 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-02-08 17:13:24 +0000 |
commit | dd4c526765b5d31c7dd34102152eba856c1eea45 (patch) | |
tree | 9a2b6c7d8a4bc52b6f29d99cd6ba7ddd99718372 /lib/libc | |
parent | 043f9a3fa125234f92fcc46997e94d02c4cd9a9f (diff) | |
download | FreeBSD-src-dd4c526765b5d31c7dd34102152eba856c1eea45.zip FreeBSD-src-dd4c526765b5d31c7dd34102152eba856c1eea45.tar.gz |
add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c
remove lconv.c
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |