blob: 7cedf0dc3d63155f121a636aa2b54a7925b25c92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $FreeBSD$
MDSRCS+= \
bcopy.S \
bcopy_vsx.S \
bcopy_resolver.c \
memcpy.S \
memcpy_vsx.S \
memcpy_resolver.c \
memmove.S \
memmove_vsx.S \
memmove_resolver.c \
strcpy_arch_2_05.S \
strcpy.c \
strcpy_resolver.c \
strncpy_arch_2_05.S \
strncpy.c \
strncpy_resolver.c
|