Makefile.inc revision 1.6
11.6Sgarbled# $NetBSD: Makefile.inc,v 1.6 2008/02/21 17:37:00 garbled Exp $ 21.1Sthorpej 31.6SgarbledSRCS+= bzero.S ffs.S strlen.S memcmp.S bcopy.S memcpy.S memmove.S 41.2Smjl 51.6SgarbledSRCS+= bcmp.c index.c memchr.c \ 61.3Smjl rindex.c strcat.c strcmp.c strcpy.c strcspn.c \ 71.1Sthorpej strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 81.1Sthorpej strspn.c strstr.c swab.c 9