blob: 58038db8396304f7ba6f44b7d95216c469ebc9aa (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile.inc,v 1.6 2003/10/14 07:51:45 scw Exp $
SRCS+= memcpy.S bcopy.S memmove.S memset.S bzero.S ffs.S strcmp.S
SRCS+= strncmp.S memcmp.S
SRCS+= bcmp.c index.c memchr.c \
rindex.c strcat.c strcpy.c strcspn.c strlen.c \
strncat.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
|