Loading...
i386/string/Makefile.inc Libc-320 Libc-391
--- Libc/Libc-320/i386/string/Makefile.inc
+++ Libc/Libc-391/i386/string/Makefile.inc
@@ -4,8 +4,9 @@
 #
 #
 #
-#MDSRCS +=	\
-#     strcmp.s
-
-
-
+.PATH: ${.CURDIR}/i386/string
+MDSRCS += bcopy.s \
+	bzero.s \
+	memcpy.s \
+	memmove.s \
+	strcmp.s