Makefile.inc revision 1.1
1# $NetBSD: Makefile.inc,v 1.1 2006/07/01 16:37:20 ross Exp $ 2 3SRCS+= ffs.S strlen.S 4KMSRCS+=ffs.S strlen.S 5 6SRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c \ 7 rindex.c strcat.c strcmp.c strcpy.c strcspn.c \ 8 strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 9 strspn.c strstr.c swab.c 10