freebsd-dev/lib/libc/amd64/string/Makefile.inc
Mateusz Guzik 7f06b217c5 amd64: import asm strlen into libc
Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D28845
2021-02-23 00:09:55 +00:00

13 lines
129 B
Makefile

# $FreeBSD$
MDSRCS+= \
bcmp.S \
memcmp.S \
memcpy.S \
memmove.S \
memset.S \
strcat.S \
strcmp.S \
strlen.S \
stpcpy.S