Initial import from FreeBSD RELENG_4:
[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
3 #       In my absence, bde and jdp have pre-approval for any commit they feel
4 #       necessary.
5 MAINTAINER=     obrien@FreeBSD.org
6
7 SUBDIR=         libiberty libbfd libopcodes libbinutils \
8                 addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
9                 size strings strip doc
10
11 TARGET_ARCH?=   ${MACHINE_ARCH}
12 .if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
13     && !defined(NO_GDB)
14 SUBDIR+=        gdb gdbreplay
15 .endif
16
17 .include <bsd.subdir.mk>