11 lines
99 B
Makefile
11 lines
99 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SUBDIR= asan\
|
||
|
asan_cxx\
|
||
|
profile\
|
||
|
san\
|
||
|
ubsan\
|
||
|
ubsan_cxx
|
||
|
|
||
|
.include <bsd.subdir.mk>
|