NetBSD/gnu/lib/Makefile

18 lines
322 B
Makefile

# $NetBSD: Makefile,v 1.43 2009/08/18 15:11:25 skrll Exp $
.include <bsd.own.mk>
.if ${MKBFD} != "no"
.if ${HAVE_BINUTILS} == "216"
SUBDIR+= libopcodes libbfd libiberty
.endif
.endif
.if ${MKGCC} != "no"
SUBDIR+= crtstuff4 libgcc4 libobjc4 libsupc++4 libstdc++-v3_4
.endif
SUBDIR+= libmalloc
.include <bsd.subdir.mk>