Makefile.inc revision 1.3
11.3Smjl# $NetBSD: Makefile.inc,v 1.3 2001/11/30 02:26:35 mjl Exp $ 21.1Sthorpej 31.3SmjlSRCS+= bzero.S ffs.S strlen.S 41.2Smjl 51.2SmjlSRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.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