18 lines
384 B
Makefile
18 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/06/05 01:17:57 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# crtstuff is built out of elsewhere, or not at all
|
|
SUBDIR+= libgcc .WAIT
|
|
SUBDIR+= libiberty libobjc libgomp
|
|
SUBDIR+= libbacktrace
|
|
SUBDIR+= liblto_plugin
|
|
|
|
.if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")
|
|
SUBDIR+= libsupc++ libstdc++-v3
|
|
.endif
|
|
|
|
SUBDIR+= libasan libubsan
|
|
|
|
.include <bsd.subdir.mk>
|