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