53b715b5ba
libcompiler_rt and libclang_rt.
10 lines
129 B
Makefile
10 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.asan-preinit-${CRTARCH}
|
|
|
|
SRCS+= asan/asan_preinit.cc
|
|
|
|
.include <bsd.lib.mk>
|