summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sh5/string/Makefile.inc
blob: a0bf6b2212f0e5f0c4fed25c1486343becaa99d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile.inc,v 1.2 2002/12/08 09:48:36 scw Exp $

SRCS+=	bzero.S \
	index.S \
	memcpy.S memset.S \
	rindex.S \
	strcasecmp.S strcat.S strchr.S strcmp.S \
	strcpy.S strlen.S strncasecmp.S strncat.S \
	strncmp.S strncpy.S strrchr.S swab.S

SRCS+=	bcmp.c bcopy.c \
	ffs.c \
	memchr.c memcmp.c \
	strcspn.c strpbrk.c strsep.c strspn.c \
	strstr.c