Makefile revision 68675
1#
2# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 68675 2000-11-13 09:47:31Z obrien $
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