xref: /freebsd/lib/libclang_rt/Makefile (revision 91d03e2e181be9eaa7a9f8d8944bbeb40f5a2cd7)
1*91d03e2eSDimitry Andric# $FreeBSD$
2*91d03e2eSDimitry Andric
3*91d03e2eSDimitry AndricSUBDIR=	asan\
4*91d03e2eSDimitry Andric	asan_cxx\
5*91d03e2eSDimitry Andric	profile\
6*91d03e2eSDimitry Andric	san\
7*91d03e2eSDimitry Andric	ubsan\
8*91d03e2eSDimitry Andric	ubsan_cxx
9*91d03e2eSDimitry Andric
10*91d03e2eSDimitry Andric.include <bsd.subdir.mk>
11