9 lines
309 B
Makefile
9 lines
309 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 1997/10/18 02:28:25 mark Exp $
|
|
|
|
SRCS+= memcpy.S _memcpy.S bcopy.S memmove.S memset.S bzero.S
|
|
SRCS+= bcmp.c ffs.c index.c memchr.c memcmp.c \
|
|
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
|
|
|