1# $NetBSD: Makefile,v 1.18 2019/08/23 08:17:26 mrg Exp $ 2 3.include <bsd.own.mk> 4 5# crtstuff is built out of elsewhere, or not at all 6SUBDIR+= libgcc .WAIT 7SUBDIR+= libiberty libobjc libgomp 8SUBDIR+= libbacktrace 9SUBDIR+= liblto_plugin 10 11.if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no") 12SUBDIR+= libsupc++ libstdc++-v3 13 14SUBDIR+= .WAIT libasan liblsan libubsan 15.endif 16 17.include <bsd.subdir.mk> 18