summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2000-12-24 03:45:04 +0000
committeritojun <itojun@NetBSD.org>2000-12-24 03:45:04 +0000
commite04ee8e939ecd7e80ec23bd3422a571477ee2ed6 (patch)
tree262b9a849ce875b761edd0c7348a832a602cd10d /lib/libc/string
parent987c42ae1c3bac79de1699af736fc99ffe5cbab0 (diff)
split wide char section, just for readability/future possibility for .if
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 217619df99c..9e44348b3e2 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,13 +1,15 @@
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $NetBSD: Makefile.inc,v 1.50 2000/12/23 23:14:36 itojun Exp $
+# $NetBSD: Makefile.inc,v 1.51 2000/12/24 03:45:04 itojun Exp $
# string sources
.PATH: ${ARCHDIR}/string ${.CURDIR}/string
SRCS+= bm.c strcasecmp.c strcoll.c strdup.c strerror.c strlcat.c strlcpy.c \
strmode.c strsignal.c strtok.c strtok_r.c strxfrm.c \
- __strerror.c __strsignal.c \
- wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c \
+ __strerror.c __strsignal.c
+
+# wide char
+SRCS+= wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c \
wcslen.c wcsncat.c \
wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c \
wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c