1 1.4 cgd # $NetBSD: Makefile.inc,v 1.4 1996/07/15 03:13:18 cgd Exp $ 2 1.1 mycroft 3 1.4 cgd SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.c \ 4 1.1 mycroft rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ 5 1.1 mycroft strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ 6 1.1 mycroft strspn.c strstr.c swab.c 7 1.2 cgd SRCS+= memcpy.S memmove.S 8