Makefile revision 104914
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 104914 2002-10-11 16:22:37Z 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
11NO_GDB=yes
12TARGET_ARCH?=	${MACHINE_ARCH}
13.if (${TARGET_ARCH} == "alpha" \
14  || ${TARGET_ARCH} == "i386" \
15  || ${TARGET_ARCH} == "sparc64") \
16    && !defined(NO_GDB)
17SUBDIR+=	gdb gdbreplay
18.endif
19
20.include <bsd.subdir.mk>
21