opnsense-src/lib/libclang_rt/xray-basic/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
156 B
Makefile
Raw Normal View History

.include <bsd.init.mk>
LIB= clang_rt.xray-basic-${CRTARCH}
2020-01-27 15:46:26 -05:00
SRCS+= xray/xray_basic_flags.cpp
SRCS+= xray/xray_basic_logging.cpp
.include <bsd.lib.mk>