]> git.saurik.com Git - apple/libc.git/blob - ppc64/string/Makefile.inc
Libc-391.4.1.tar.gz
[apple/libc.git] / ppc64 / string / Makefile.inc
1 # searching ppc directory as a fallback to avoid unnecessary code duplication
2 #
3 .PATH: ${.CURDIR}/ppc/string
4
5 MDSRCS += \
6 bcopy.s \
7 bzero.s \
8 memset.s \
9 memcmp.s \
10 strcat.s \
11 strcmp.s \
12 strcpy.s \
13 strlcat.s \
14 strlcpy.s \
15 strlen.s \
16 strncat.s \
17 strncmp.s \
18 strncpy.s
19
20 SUPPRESSSRCS += bcmp.c
21