NetBSD/gnu/lib/Makefile
mrg ce29aa2370 build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils
as they are needed earlier than when gnu/usr.bin/binutils is built when
"make -j" is used.
2003-12-04 09:29:31 +00:00

20 lines
372 B
Makefile

# $NetBSD: Makefile,v 1.37 2003/12/04 09:29:31 mrg Exp $
.include <bsd.own.mk>
.if ${MKBFD} != "no"
SUBDIR+= libopcodes libbfd libiberty
.endif
.if ${MKGCC} != "no"
. if ${HAVE_GCC3} == "no"
SUBDIR+= libg2c libgcc libobjc libstdc++
. else
SUBDIR+= libg2c3 libfrtbegin libgcc3 libobjc3 libsupc++ libstdc++-v3
. endif
.endif
SUBDIR+= libmalloc
.include <bsd.subdir.mk>