1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 2# $Id: Makefile.inc,v 1.6 1997/02/22 14:59:02 peter Exp $ 3 4SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \ 5 memmove.S memcpy.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