blob: f3fb85fa9152469c4dfcb76df39bafcd088bfb65 (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: Makefile.inc,v 1.3 2002/11/20 14:23:54 itohy Exp $
SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c 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
|