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

11 lines
168 B
Makefile
Raw Normal View History

# $FreeBSD$
.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>