Makefile.inc revision 178580
1#	$NetBSD: Makefile.inc,v 1.2 2000/10/10 21:51:54 jeffs Exp $
2# $FreeBSD: head/lib/libc/mips/string/Makefile.inc 178580 2008-04-26 12:08:02Z imp $
3
4SRCS+=	bcmp.S bcopy.S bzero.S  ffs.S index.S memchr.c memcmp.c memset.c \
5	memcpy.S memmove.S \
6	rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlen.S \
7	strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
8	strspn.c strstr.c swab.c
9