Makefile.inc revision 1.3
11.3Sitohy# $NetBSD: Makefile.inc,v 1.3 2002/11/20 14:23:54 itohy Exp $ 21.1Smsaitoh 31.3SitohySRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.S \ 41.1Smsaitoh rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ 51.1Smsaitoh strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 61.1Smsaitoh strspn.c strstr.c swab.c 71.3SitohySRCS+= memcpy.S memmove.S 8