Makefile revision 54368
1#
2# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 54368 1999-12-09 16:40:27Z marcel $
3#
4
5SUBDIR=		libiberty libbfd libopcodes libbinutils \
6		addr2line ar as gasp ld nm objcopy objdump ranlib \
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