summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorphil <phil@NetBSD.org>1994-02-25 07:42:01 +0000
committerphil <phil@NetBSD.org>1994-02-25 07:42:01 +0000
commitd5e9c480734378be29d7da1d27865d5bbebbfc87 (patch)
treed1ec2e975b53d048fd7222f2eaa06b423353597e /lib/libc/string
parent0fc8133c23d2112fd55bba0fbc369f1028fab793 (diff)
Changing the ns32k stuff.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 6992fbfc900..24672490b69 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,5 +1,5 @@
# from: @(#)Makefile.inc 5.6 (Berkeley) 3/5/91
-# $Id: Makefile.inc,v 1.25 1993/12/10 10:55:12 mycroft Exp $
+# $Id: Makefile.inc,v 1.26 1994/02/25 07:42:01 phil Exp $
# string sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string
@@ -24,7 +24,7 @@ SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
-SRCS+= memmove.c strchr.c strrchr.c
+#SRCS+= memmove.c strchr.c strrchr.c
.elif (${MACHINE_ARCH} == "tahoe")
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.c memchr.c memcmp.S memset.c \
rindex.c strcat.S strcmp.S strcpy.S strcspn.c strlen.S \