diff options
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index f7264af..336476a 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -5,7 +5,7 @@ CFLAGS += -I${.CURDIR}/locale # machine-independent string sources SRCS+= memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \ - strmode.c strtok.c strxfrm.c swab.c + strmode.c strtok.c strxfrm.c # machine-dependent string sources .include "${.CURDIR}/${MACHINE}/string/Makefile.inc" |