Makefile.inc revision 1.1
11.1Sross# $NetBSD: Makefile.inc,v 1.1 2006/07/01 16:37:20 ross Exp $ 21.1Sross 31.1SrossSRCS+= ffs.S strlen.S 41.1SrossKMSRCS+=ffs.S strlen.S 51.1Sross 61.1SrossSRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c \ 71.1Sross rindex.c strcat.c strcmp.c strcpy.c strcspn.c \ 81.1Sross strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 91.1Sross strspn.c strstr.c swab.c 10