Deleted Added
full compact
3,5c3,7
< SRCS+= bcmp.c bcopy.c bzero.s 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
---
> SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \
> memmove.S memset.S \
> rindex.S strcat.S strchr.S strcmp.S strcpy.S strcspn.c \
> strlen.S strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \
> strspn.c strrchr.S strstr.c