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