summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha/string/Makefile.inc
blob: c070470e841cd4e9948945dcb9a20f944009271d (plain)
1
2
3
4
5
6
7
#	$NetBSD: Makefile.inc,v 1.4 1996/07/15 03:13:18 cgd Exp $

SRCS+=	bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.c \
	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