summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-03-07 04:19:11 +0000
committerBruce Evans <bde@FreeBSD.org>1995-03-07 04:19:11 +0000
commit553e72d902d8400c4a55f6c3e99fdc583f177e6c (patch)
tree90256967369911a68242ad2a8938cba22202dc7f /lib/libc/string
parent558b7c23d179867885eac197af57aec5e0d4de12 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index f7264af8f93a..336476aa7938 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"