10 lines
149 B
Makefile
10 lines
149 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
LIB= clang_rt.ubsan_minimal-${CRTARCH}
|
||
|
|
||
|
SRCS+= ubsan_minimal/ubsan_minimal_handlers.cc
|
||
|
|
||
|
.include <bsd.lib.mk>
|