8 lines
319 B
Makefile
8 lines
319 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:45 mycroft Exp $
|
|
|
|
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
|
|
rindex.S strcat.c strcmp.S strcpy.S strcspn.c strlen.S \
|
|
strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \
|
|
strspn.c strstr.c swab.S
|
|
SRCS+= memcpy.S memmove.S strchr.S strrchr.S
|