blob: 3425734040a429595d57a1804e128953f0772b5e (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.8 2014/12/02 04:04:30 deraadt Exp $
SRCS+= memcpy.c memmove.S \
strchr.S strrchr.S \
bcmp.S bzero.S ffs.S memchr.S memcmp.S swab.S \
memset.S strcat.S strcmp.S strcpy.S \
strcspn.c strlen.c strlcat.c strlcpy.c \
strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c
|