X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/8e029c653e0567df7ce6933dde41f5830dbbbcda..fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4:/x86_64/string/Makefile.inc diff --git a/x86_64/string/Makefile.inc b/x86_64/string/Makefile.inc index 80c0b9d..db0d4c9 100644 --- a/x86_64/string/Makefile.inc +++ b/x86_64/string/Makefile.inc @@ -10,11 +10,15 @@ MDSRCS += bcopy.s \ bzero.s \ memcpy.s \ memmove.s \ + strlcat.s \ + strlcpy.s \ strlen.s \ strcpy.s \ strcmp.s \ strncpy.s \ strncmp.s \ memcmp.s \ - bcmp.s \ - memset.s + memset.s \ + ffs.s + +SUPPRESSSRCS += bcmp.c