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