Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.3.2.2
      1 #	$NetBSD: Makefile,v 1.3.2.2 2014/05/22 16:53:13 yamt Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 # crtstuff is built out of elsewhere, or not at all
      6 SUBDIR+= libgcc libiberty libobjc libgomp
      7 SUBDIR+= libmudflap libmudflapth libbacktrace
      8 SUBDIR+= liblto_plugin
      9 
     10 .if (${MKLIBSTDCXX} != "no")
     11 SUBDIR+= libsupc++ libstdc++-v3
     12 .endif
     13 
     14 .include <bsd.subdir.mk>
     15