mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.asan-preinit-${CRTARCH}
|
|
|
|
SRCS+= asan/asan_preinit.cpp
|
|
|
|
.include <bsd.lib.mk>
|