Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.5
      1  1.5     joerg #	$NetBSD: Makefile,v 1.5 2013/04/28 04:05:41 joerg Exp $
      2  1.1       mrg 
      3  1.2       mrg # crtstuff is built out of elsewhere, or not at all
      4  1.5     joerg SUBDIR+= libgcc libiberty libobjc libgomp
      5  1.4  christos SUBDIR+= libmudflap libmudflapth
      6  1.1       mrg 
      7  1.5     joerg .if (${MKLIBSTDCXX} != "no")
      8  1.5     joerg SUBDIR+= libsupc++ libstdc++-v3
      9  1.5     joerg .endif
     10  1.5     joerg 
     11  1.1       mrg .include <bsd.subdir.mk>
     12