Makefile revision 46320
1#
2# $Id: Makefile,v 1.6 1999/05/02 11:38:12 dfr Exp $
3#
4
5SUBDIR=		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"
12SUBDIR+=	gdb
13.endif
14
15.include <bsd.subdir.mk>
16