1# $OpenBSD: Makefile.inc,v 1.9 2016/04/28 08:38:20 jsg Exp $ 2 3SRCS+= bcopy.S memcpy.c memmove.S _memcpy.S \ 4 strchr.c strrchr.c \ 5 bcmp.c bzero.S ffs.S memchr.c memcmp.S memset.S \ 6 strcmp.S strncmp.S \ 7 strcat.c strcpy.c strcspn.c strlen.c strlcat.c strlcpy.c \ 8 strncat.c strncpy.c strpbrk.c strsep.c \ 9 strspn.c swab.c strstr.c 10 11