]> git.saurik.com Git - apple/libc.git/blame_incremental - x86_64/string/Makefile.inc
Libc-391.5.22.tar.gz
[apple/libc.git] / x86_64 / string / Makefile.inc
... / ...
CommitLineData
1# $Version$
2#
3# x86-64-optimised string functions.
4#
5#
6#
7.PATH: ${.CURDIR}/x86_64/string
8
9MDSRCS += bcopy.s \
10 bzero.s \
11 memcpy.s \
12 memmove.s \
13 strlen.s \
14 strcpy.s \
15 strcmp.s \
16 strncpy.s \
17 strncmp.s \
18 memcmp.s \
19 bcmp.s \
20 memset.s