Makefile.inc revision 1.6
1# $NetBSD: Makefile.inc,v 1.6 2008/02/21 17:37:00 garbled Exp $ 2 3SRCS+= bzero.S ffs.S strlen.S memcmp.S bcopy.S memcpy.S memmove.S 4 5SRCS+= bcmp.c index.c memchr.c \ 6 rindex.c strcat.c strcmp.c strcpy.c strcspn.c \ 7 strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 8 strspn.c strstr.c swab.c 9