enable memset & memchr.

This commit is contained in:
jtc 1993-06-17 16:14:32 +00:00
parent 0394a86a98
commit a73a35b98f
1 changed files with 1 additions and 1 deletions

View File

@ -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