Makefile revision 116346
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 116346 2003-06-14 19:32:52Z 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)
11SUBDIR+=	gdb gdbreplay
12.endif
13
14.include <bsd.subdir.mk>
15