NetBSD/gnu/lib/Makefile
tv 16d7798441 Turn off bits of the toolchain from building on a recursive make: binutils,
bfd, gas.new, ld.new, gdb, gprof; in anticipation of the binutils-2.9.1
import.
1999-02-02 17:45:02 +00:00

11 lines
229 B
Makefile

# $NetBSD: Makefile,v 1.18 1999/02/02 17:45:02 tv Exp $
SUBDIR+= libg2c libgcc libmalloc libobjc libstdc++
# XXX Until our bintuils is upgraded
.if (${MACHINE_ARCH} != "powerpc")
# SUBDIR+= bfd
.endif
.include <bsd.subdir.mk>