MAINTAINER lines in Makefile's are no longer applicable, remove them.
[dragonfly.git] / gnu / usr.bin / binutils / Makefile
1 # $FreeBSD: src/gnu/usr.bin/binutils/Makefile,v 1.11.2.5 2002/09/01 23:39:12 obrien Exp $
2 # $DragonFly: src/gnu/usr.bin/binutils/Attic/Makefile,v 1.3 2004/01/31 06:56:36 dillon Exp $
3
4 SUBDIR=         libiberty libbfd libopcodes libbinutils \
5                 addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
6                 size strings strip doc
7
8 TARGET_ARCH?=   ${MACHINE_ARCH}
9 .if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
10     && !defined(NO_GDB)
11 SUBDIR+=        gdb gdbreplay
12 .endif
13
14 .include <bsd.subdir.mk>