Makefile.inc revision 1.1
1# $NetBSD: Makefile.inc,v 1.1 2000/12/29 20:13:56 bjh21 Exp $ 2 3SRCS+= memcpy.S _memcpy.S bcopy.S memmove.S memset.S bzero.S 4SRCS+= bcmp.c ffs.c index.c memchr.c memcmp.c \ 5 rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ 6 strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 7 strspn.c strstr.c swab.c 8 9