summaryrefslogtreecommitdiff
path: root/gnu/lib/Makefile
blob: bf447965717be4d586eaa0c3d3b1bed23b78c2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.31 2003/03/01 13:08:42 mrg Exp $

.include <bsd.own.mk>

.if ${MKBFD} != "no"
SUBDIR+= libopcodes libbfd libiberty
.endif

.if ${MKGCC} != "no"
SUBDIR+= libg2c libgcc libobjc libstdc++
.endif

SUBDIR+= libmalloc

.include <bsd.subdir.mk>