Makefile.inc revision 1.4
1# $NetBSD: Makefile.inc,v 1.4 2009/07/17 19:37:55 dsl Exp $ 2 3SRCS+= bcmp.S bcopy.S bzero.S ffs.S memchr.c memcmp.S memset.S \ 4 strcat.S strcmp.S strcpy.S strcspn.c strlen.S \ 5 strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \ 6 strspn.c strstr.c swab.S 7SRCS+= memcpy.S memccpy.S memmove.S strchr.S strrchr.S 8