Makefile.inc revision 1.2
11.2Smjl# $NetBSD: Makefile.inc,v 1.2 2001/11/25 01:09:59 mjl Exp $ 21.1Sthorpej 31.2SmjlSRCS+= bzero.S ffs.S 41.2Smjl 51.2SmjlSRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c \ 61.1Sthorpej rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ 71.1Sthorpej strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 81.1Sthorpej strspn.c strstr.c swab.c 9