mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.init.mk>
|
||
|
|
|
||
|
|
LIB= clang_rt.xray-basic-${CRTARCH}
|
||
|
|
|
||
|
|
SRCS+= xray/xray_basic_flags.cc
|
||
|
|
SRCS+= xray/xray_basic_logging.cc
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|