Makefile revision 50472
1#
2# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 50472 1999-08-27 23:37:10Z peter $
3#
4
5SUBDIR=		libiberty libbfd libopcodes libbinutils \
6		addr2line ar as 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