Makefile revision 105564
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 105564 2002-10-20 21:42:55Z 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    && !defined(NO_GDB)
15SUBDIR+=	gdb gdbreplay
16.endif
17
18.include <bsd.subdir.mk>
19