Makefile.inc revision 1.7
1# $NetBSD: Makefile.inc,v 1.7 2009/07/18 09:44:30 dsl Exp $ 2 3SRCS+= memcpy.S bcopy.S memmove.S memset.S bzero.S ffs.S strcmp.S 4SRCS+= strncmp.S memcmp.S 5SRCS+= bcmp.c memchr.c \ 6 strcat.c strcpy.c strcspn.c strlen.c \ 7 strncat.c strncpy.c strpbrk.c strsep.c \ 8 strspn.c strstr.c swab.c 9 10