mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.asan-preinit-${CRTARCH}
|
|
|
|
SRCS+= asan/asan_preinit.cc
|
|
|
|
.include <bsd.lib.mk>
|