Loading...
--- /dev/null
+++ Libc/Libc-391.5.22/ppc64/string/Makefile.inc
@@ -0,0 +1,21 @@
+# searching ppc directory as a fallback to avoid unnecessary code duplication
+#
+.PATH: ${.CURDIR}/ppc/string
+
+MDSRCS += \
+ bcopy.s \
+ bzero.s \
+ memset.s \
+ memcmp.s \
+ strcat.s \
+ strcmp.s \
+ strcpy.s \
+ strlcat.s \
+ strlcpy.s \
+ strlen.s \
+ strncat.s \
+ strncmp.s \
+ strncpy.s
+
+SUPPRESSSRCS += bcmp.c
+