]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/arm/string/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / arm / string / Makefile.inc
1 #       @(#)Makefile.inc        8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 MDSRCS+=bcmp.c bcopy.S bzero.S ffs.S memchr.c memcmp.S memcpy.S \
5         memmove.S memset.S strcat.c strchr.c strcmp.S strcpy.c strlen.S \
6         strncmp.S strrchr.c swab.c wcschr.c wcscmp.c wcslen.c wmemchr.c