Index: head/lib/libclang_rt/Makefile =================================================================== --- head/lib/libclang_rt/Makefile (revision 325500) +++ head/lib/libclang_rt/Makefile (revision 325501) @@ -1,23 +1,21 @@ # $FreeBSD$ -.include - .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" SUBDIR+= include SUBDIR+= asan SUBDIR+= asan-preinit SUBDIR+= asan_dynamic SUBDIR+= asan_cxx SUBDIR+= safestack SUBDIR+= stats SUBDIR+= stats_client SUBDIR+= ubsan_standalone SUBDIR+= ubsan_standalone_cxx .endif .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \ (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb") SUBDIR+= profile .endif .include