12 lines
221 B
Makefile
12 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.safestack-${CRTARCH}
|
|
|
|
SRCS+= interception/interception_linux.cpp
|
|
SRCS+= interception/interception_type_test.cpp
|
|
SRCS+= safestack/safestack.cpp
|
|
|
|
.include <bsd.lib.mk>
|