Makefile revision 50472
133975Sjdp#
250472Speter# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 50472 1999-08-27 23:37:10Z peter $
333975Sjdp#
433975Sjdp
533975SjdpSUBDIR=		libiberty libbfd libopcodes libbinutils \
645772Sobrien		addr2line ar as ld nm objcopy objdump ranlib \
739909Sjdp		size strings strip doc
833975Sjdp
946320Sdfr# Maybe should be unconditional but I don't want to get in the
1046320Sdfr# way of the mips port.
1146320Sdfr.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
1246328SdfrSUBDIR+=	gdb gdbserver gdbreplay
1346291Sdfr.endif
1446291Sdfr
1533975Sjdp.include <bsd.subdir.mk>
16