1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 2# $Id$ 3 4SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \ 5 memmove.S memset.S \ 6 rindex.S strcat.S strchr.S strcmp.S strcpy.S strcspn.c \ 7 strlen.S strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \ 8 strspn.c strrchr.S strstr.c swab.S 9