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