aboutsummaryrefslogtreecommitdiff
path: root/lib/libclang_rt/safestack/Makefile
blob: bbf4a665c37f20a143c56e4661084406b23f9a84 (plain) (blame)
1
2
3
4
5
6
7
8
9

.include <bsd.init.mk>

LIB=		clang_rt.safestack-${CRTARCH}

SRCS+=		interception/interception_linux.cpp
SRCS+=		safestack/safestack.cpp

.include <bsd.lib.mk>