summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm/string/Makefile.inc
blob: 7c42bab3827140943834421eb9be01446c542bb3 (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile.inc,v 1.6 2012/09/04 03:10:42 okan Exp $
# $NetBSD: Makefile.inc,v 1.5 2002/11/23 14:26:04 chris Exp $

SRCS+=  memcpy.S _memcpy.S bcopy.S memmove.S memset.S bzero.S ffs.S strcmp.S
SRCS+=	strncmp.S memcmp.S
SRCS+=	bcmp.c index.c memchr.c \
	rindex.c strcat.c strcpy.c strcspn.c strlen.c \
	strncat.c strncpy.c strpbrk.c strsep.c \
	strspn.c strstr.c swab.c strlcpy.c strlcat.c