blob: 719daa6aa57611b7480ca85078ddc692e66c8183 (
plain)
1
2
3
4
5
6
7
|
# $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
|