Makefile.inc   [plain text]


# $Version$
#
# x86-64-optimised string functions.
#
#
#
.PATH: ${.CURDIR}/x86_64/string

MDSRCS += bcopy.s \
	bzero.s \
	memcpy.s \
	memmove.s \
	strlcat.s \
	strlcpy.s \
	strlen.s \
	strcpy.s \
	strcmp.s \
	strncpy.s \
	strncmp.s \
	memcmp.s \
	memset.s \
	ffs.s

SUPPRESSSRCS += bcmp.c