mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.asan_static-${CRTARCH}
|
|
|
|
SRCS+= asan/asan_rtl_static.cpp
|
|
SRCS+= asan/asan_rtl_x86_64.S
|
|
|
|
.include <bsd.lib.mk>
|