8 lines
326 B
Makefile
8 lines
326 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 1996/05/19 15:57:37 ragge Exp $
|
|
|
|
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S 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
|
|
SRCS+= memcpy.S memmove.S
|