diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2001-02-08 17:13:24 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2001-02-08 17:13:24 +0000 |
| commit | 747a8b55e83b4874a33bd829d0cd8a9b62c3e0d4 (patch) | |
| tree | a444b1227cf82b989eae5b8d55395b4e0ef76e1b /lib | |
| parent | 60e1d74ff8e0024a80e07296faa991567d553e23 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 fb3cb3928a6a..d93d17a8a44c 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 |
