xref: /netbsd/lib/libc/arch/mips/string/Makefile.inc (revision 6550d01e)
1#	$NetBSD: Makefile.inc,v 1.5 2009/12/14 01:07:42 matt Exp $
2
3SRCS+=	bcmp.S bcopy.S bzero.S \
4	ffs.S \
5	memcpy.S memmove.S \
6	strchr.S strrchr.S \
7	strcmp.S strlen.S
8