mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
11 lines
148 B
Makefile
11 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.asan-preinit-${CRTARCH}
|
|
|
|
.PATH: ${CRTSRC}/lib/asan
|
|
|
|
SRCS= asan_preinit.cc
|
|
|
|
.include <bsd.lib.mk>
|