From a73a35b98fe9c4aeffdc32fbd9a3cc1c23dc5fc4 Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 17 Jun 1993 16:14:32 +0000 Subject: [PATCH] enable memset & memchr. --- lib/libc/string/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 6e35a23fa56e..8c1755f41f9e 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -12,7 +12,7 @@ SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \ strncat.c strncmp.s strncpy.s strpbrk.c strsep.c \ strspn.c strstr.c .elif (${MACHINE} == "i386") -SRCS+= bcmp.c bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \ +SRCS+= bcmp.c bcopy.s bzero.s ffs.s index.s memchr.s memcmp.c memset.s \ rindex.s strcat.s strcmp.s strcpy.s strcspn.c strlen.s \ strncat.c strncmp.s strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c