2008-04-26 12:08:02 +00:00
|
|
|
# $NetBSD: Makefile.inc,v 1.2 2000/10/10 21:51:54 jeffs Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-01-03 07:14:01 +00:00
|
|
|
SRCS+= bcmp.S bcopy.S bzero.S ffs.S memchr.c memcmp.c memset.c \
|
2008-04-26 12:08:02 +00:00
|
|
|
memcpy.S memmove.S \
|
2012-01-03 07:14:01 +00:00
|
|
|
strcat.c strchr.S strcmp.S strcpy.c strcspn.c strlen.S \
|
|
|
|
strncat.c strncmp.c strncpy.c strrchr.S strpbrk.c strsep.c \
|
2008-04-26 12:08:02 +00:00
|
|
|
strspn.c strstr.c swab.c
|