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