xref: /NextBSD/lib/libc/mips/string/Makefile.inc (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
1#	$NetBSD: Makefile.inc,v 1.2 2000/10/10 21:51:54 jeffs Exp $
2# $FreeBSD$
3
4SRCS+=	bcmp.S bcopy.S bzero.S ffs.S memchr.c memcmp.c memset.c \
5	memcpy.S memmove.S \
6	strcat.c strchr.S strcmp.S strcpy.c strcspn.c strlen.S \
7	strncat.c strncmp.c strncpy.c strrchr.S strpbrk.c strsep.c \
8	strspn.c strstr.c swab.c
9