libsys: internalize memcpy, memset, and strlcpy

Reviewed by:	brooks, imp
Sponsored by:	The FreeBSD Foundation
Differential revision:	https://reviews.freebsd.org/D43985
This commit is contained in:
Konstantin Belousov 2024-02-20 16:28:37 +02:00
parent 180df764c4
commit af9758deff

View file

@ -26,6 +26,9 @@ CFLAGS+=-I${LIBSYS_SRCTOP}/include -I${LIBC_SRCTOP}/include
CFLAGS+=-I${LIBSYS_SRCTOP}/${LIBC_ARCH}
CFLAGS+=-I${LIBC_SRCTOP}/${LIBC_ARCH}
.PATH: ${LIBC_SRCTOP}/string
SRCS+= memcpy.c memset.c strlcpy.c
CLEANFILES+=tags
INSTALL_PIC_ARCHIVE=
#XXX? BUILD_NOSSP_PIC_ARCHIVE=