mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
9 lines
156 B
Makefile
9 lines
156 B
Makefile
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.xray-basic-${CRTARCH}
|
|
|
|
SRCS+= xray/xray_basic_flags.cpp
|
|
SRCS+= xray/xray_basic_logging.cpp
|
|
|
|
.include <bsd.lib.mk>
|