Makefile revision 276857
1# $FreeBSD: head/lib/libclang_rt/Makefile 276857 2015-01-08 22:40:56Z dim $
2
3SUBDIR=	asan\
4	asan_cxx\
5	profile\
6	san\
7	ubsan\
8	ubsan_cxx
9
10.include <bsd.subdir.mk>
11