Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:25:44 dillon Exp $
3
4 #       In my absence, bde and jdp have pre-approval for any commit they feel
5 #       necessary.
6 MAINTAINER=     obrien@FreeBSD.org
7
8 SUBDIR=         libiberty libbfd libopcodes libbinutils \
9                 addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
10                 size strings strip doc
11
12 TARGET_ARCH?=   ${MACHINE_ARCH}
13 .if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
14     && !defined(NO_GDB)
15 SUBDIR+=        gdb gdbreplay
16 .endif
17
18 .include <bsd.subdir.mk>