Makefile revision 104934
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 104934 2002-10-11 20:23:06Z obrien $
2
3#	In my absence, bde and jdp have pre-approval for any commit they feel
4#	necessary.
5MAINTAINER=	obrien@FreeBSD.org
6
7SUBDIR=		libiberty libbfd libopcodes libbinutils \
8		addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
9		size strings strip doc
10
11TARGET_ARCH?=	${MACHINE_ARCH}
12.if (${TARGET_ARCH} == "alpha" \
13  || ${TARGET_ARCH} == "i386" \
14  || ${TARGET_ARCH} == "sparc64") \
15    && !defined(NO_GDB)
16SUBDIR+=	gdb gdbreplay
17.endif
18
19.include <bsd.subdir.mk>
20