summaryrefslogtreecommitdiffstats
path: root/lib/libclang_rt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libclang_rt/Makefile')
-rw-r--r--lib/libclang_rt/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libclang_rt/Makefile b/lib/libclang_rt/Makefile
new file mode 100644
index 0000000..d238fa3
--- /dev/null
+++ b/lib/libclang_rt/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+SUBDIR= asan\
+ asan_cxx\
+ profile\
+ san\
+ ubsan\
+ ubsan_cxx
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud