blob: eee3fd281cc8fc1d41d4c60be14d62c9bd009118 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.6 2007/05/15 18:42:31 otto Exp $
# $NetBSD: Makefile.inc,v 1.4 1996/07/15 03:13:18 cgd Exp $
SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlcpy.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
SRCS+= memcpy.S memmove.S
LSRCS+= bcopy.c bzero.c ffs.c
|