]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/binutils/Makefile
This commit was generated by cvs2svn to compensate for changes in r131082,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / binutils / Makefile
1 # $FreeBSD$
2
3 SUBDIR=         libiberty libbfd libopcodes libbinutils \
4                 addr2line ar as ld nm objcopy objdump ranlib readelf \
5                 size strings strip doc
6
7 NO_GDB= yes
8 TARGET_ARCH?=   ${MACHINE_ARCH}
9 .if (${TARGET_ARCH} == "alpha" \
10   || ${TARGET_ARCH} == "i386" ) \
11     && !defined(NO_GDB)
12 SUBDIR+=        gdb gdbreplay
13 .endif
14
15 .include <bsd.subdir.mk>