aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/string/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/mips/string/Makefile.inc')
-rw-r--r--lib/libc/mips/string/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/mips/string/Makefile.inc b/lib/libc/mips/string/Makefile.inc
new file mode 100644
index 000000000000..48111e5da600
--- /dev/null
+++ b/lib/libc/mips/string/Makefile.inc
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile.inc,v 1.2 2000/10/10 21:51:54 jeffs Exp $
+# $FreeBSD$
+
+SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.c memset.c \
+ memcpy.S memmove.S \
+ rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlen.S \
+ strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
+ strspn.c strstr.c swab.c