blob: 3f8ac34e8b02b8bd244c754d9292363d80d3f4ca (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.inc,v 1.1 2006/10/10 22:07:10 miod Exp $
# $NetBSD: Makefile.inc,v 1.3 2002/11/20 14:23:54 itohy Exp $
SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.S \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c strlcpy.c strlcat.c
SRCS+= memcpy.S memmove.S
|