Makefile.inc revision 1.2
11.2Sross# $NetBSD: Makefile.inc,v 1.2 2006/07/07 04:54:52 ross Exp $ 21.1Sross 31.2SrossSRCS+= bzero.S ffs.S strlen.S 41.1Sross 51.1SrossSRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c \ 61.1Sross rindex.c strcat.c strcmp.c strcpy.c strcspn.c \ 71.1Sross strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 81.1Sross strspn.c strstr.c swab.c 9