Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.8
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2014/10/22 21:21:02 christos 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.7       mrg SUBDIR+= libmudflap libmudflapth libbacktrace
      8  1.7       mrg SUBDIR+= liblto_plugin
      9  1.1       mrg 
     10  1.5     joerg .if (${MKLIBSTDCXX} != "no")
     11  1.5     joerg SUBDIR+= libsupc++ libstdc++-v3
     12  1.5     joerg .endif
     13  1.5     joerg 
     14  1.8  christos SUBDIR+= libasan
     15  1.8  christos 
     16  1.1       mrg .include <bsd.subdir.mk>
     17