Makefile.inc revision 1.2
1# $NetBSD: Makefile.inc,v 1.2 1996/05/19 15:57:37 ragge Exp $ 2 3SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \ 4 rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ 5 strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 6 strspn.c strstr.c swab.c 7SRCS+= memcpy.S memmove.S 8