xref: /freebsd-12.1/gnu/usr.bin/binutils/Makefile (revision cdee49f9)
1#
2# $FreeBSD$
3#
4
5SUBDIR=		libiberty libbfd libopcodes libbinutils \
6		addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
7		size strings strip doc
8
9.if !defined(NO_GDB)
10# Maybe should be unconditional but I don't want to get in the
11# way of the mips port.
12.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
13SUBDIR+=	gdb gdbserver gdbreplay
14.endif
15.endif
16
17.include <bsd.subdir.mk>
18