Makefile.inc revision 1.1
11.1Sbjh21# $NetBSD: Makefile.inc,v 1.1 2000/12/29 20:13:56 bjh21 Exp $ 21.1Sbjh21 31.1Sbjh21SRCS+= memcpy.S _memcpy.S bcopy.S memmove.S memset.S bzero.S 41.1Sbjh21SRCS+= bcmp.c ffs.c index.c memchr.c memcmp.c \ 51.1Sbjh21 rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ 61.1Sbjh21 strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 71.1Sbjh21 strspn.c strstr.c swab.c 81.1Sbjh21 9