1# $OpenBSD: Makefile.inc,v 1.3 2014/11/30 19:43:56 deraadt Exp $ 2 3SRCS+= bcopy.S memcpy.c memmove.c \ 4 bcmp.S bzero.S ffs.S strcmp.S strlen.S \ 5 strchr.S strrchr.S \ 6 memchr.c memcmp.c memset.c strcat.c strcpy.c strcspn.c \ 7 strlcat.c strlcpy.c strncat.c strncmp.c strncpy.c \ 8 strpbrk.c strsep.c strspn.c strstr.c swab.c 9