Makefile revision 130558
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 130558 2004-06-16 05:19:00Z obrien $
2
3SUBDIR=		libiberty libbfd libopcodes libbinutils \
4		addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
5		size strings strip doc
6
7TARGET_ARCH?=	${MACHINE_ARCH}
8.if (${TARGET_ARCH} == "alpha" \
9  || ${TARGET_ARCH} == "i386" ) \
10    && !defined(NO_GDB)
11#SUBDIR+=	gdb gdbreplay
12.endif
13
14.include <bsd.subdir.mk>
15