1# $OpenBSD: Makefile.inc,v 1.5 2015/05/15 22:29:37 millert Exp $ 2 3SRCS+= bcopy.S memcpy.c memmove.S \ 4 bzero.S ffs.S memset.S \ 5 strchr.c strrchr.c \ 6 bcmp.c memcmp.c memchr.c strcat.c strcmp.c strcpy.c strcspn.c \ 7 strlen.c strlcat.c strlcpy.c strncat.c strncmp.c strncpy.c \ 8 strpbrk.c strsep.c strspn.c strstr.c swab.c 9