blob: 696a32cc032b649537e8dac8a7d0d8b3f51719bf (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:42 mycroft Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S memset.S \
rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \
strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.S
SRCS+= memcpy.S memmove.S strchr.S strrchr.S
|