Makefile revision 130575
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 130575 2004-06-16 07:09:44Z obrien $
2
3SUBDIR=		libiberty libbfd libopcodes libbinutils \
4		addr2line ar as 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