]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/amd64/string/Makefile.inc
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304149, and update
[FreeBSD/FreeBSD.git] / lib / libc / amd64 / string / Makefile.inc
1 # $FreeBSD$
2
3 MDSRCS+= \
4         bcmp.S \
5         bcopy.S \
6         bzero.S \
7         memcmp.S \
8         memcpy.S \
9         memmove.S \
10         memset.S \
11         strcat.S \
12         strcmp.S \
13         stpcpy.S