Makefile revision 74313
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile 74313 2001-03-15 23:20:13Z 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
11.if !defined(NO_GDB)
12# Maybe should be unconditional but I don't want to get in the
13# way of the mips port.
14.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
15SUBDIR+=	gdb gdbserver gdbreplay
16.endif
17.endif
18
19.include <bsd.subdir.mk>
20