]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/binutils/Makefile
* Merge gdb/doc/Makefile into binutils/doc/Makefile
[FreeBSD/FreeBSD.git] / gnu / usr.bin / binutils / Makefile
1 #
2 # $Id: Makefile,v 1.7 1999/05/02 16:11:43 dfr Exp $
3 #
4
5 SUBDIR=         libiberty libbfd libopcodes libbinutils \
6                 addr2line ar as ld nm objcopy objdump ranlib \
7                 size strings strip doc
8
9 # Maybe should be unconditional but I don't want to get in the
10 # way of the mips port.
11 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
12 SUBDIR+=        gdb gdbserver gdbreplay
13 .endif
14
15 .include <bsd.subdir.mk>