]> git.saurik.com Git - apple/libc.git/blob - i386/string/Makefile.inc
Libc-391.2.3.tar.gz
[apple/libc.git] / i386 / string / Makefile.inc
1 # $Version$
2 #
3 # i386-optimised string functions.
4 #
5 #
6 #
7 .PATH: ${.CURDIR}/i386/string
8 MDSRCS += bcopy.s \
9 bzero.s \
10 memcpy.s \
11 memmove.s \
12 strcmp.s