1# @(#)Makefile.inc 5.1 (Berkeley) 06/26/92 2 3SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \ 4 rindex.s strcat.c strcmp.s strcpy.c strcspn.c strlen.s strncat.c \ 5 strncmp.c strncpy.c strpbrk.c strsep.c strspn.c strstr.c 6SRCS+= memmove.s 7