blob: 8c8cbf4aa7a9093a99378a8e548a7c8bfe0b6b1f (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile.inc,v 1.7 2012/09/04 03:10:42 okan Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlcpy.S strlen.S \
strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \
strspn.c strstr.c swab.S
SRCS+= memcpy.S memmove.S strchr.S strrchr.S
|