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