Makefile revision 98942
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 98942 2002-06-27 22:59:11Z 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" || ${TARGET_ARCH} == "i386") \
14    && !defined(NO_GDB)
15SUBDIR+=	gdb gdbserver gdbreplay
16.endif
17
18.include <bsd.subdir.mk>
19