Loading...
i386/string/Makefile.inc /dev/null Libc-391
--- /dev/null
+++ Libc/Libc-391/i386/string/Makefile.inc
@@ -0,0 +1,12 @@
+# $Version$
+#
+# i386-optimised string functions.
+#
+#
+#
+.PATH: ${.CURDIR}/i386/string
+MDSRCS += bcopy.s \
+	bzero.s \
+	memcpy.s \
+	memmove.s \
+	strcmp.s