Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 2016/03/16 05:41:47 mrg 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 # XXX GCC5
     16 #SUBDIR+= libasan
     17 
     18 .include <bsd.subdir.mk>
     19