summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile
blob: d8ebdb1637e127c15e8fc61d37ceb9602db741f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

.include <src.opts.mk>

SUBDIR=	doc\
	libiberty \
	libbfd \
	libopcodes \
	libbinutils \
	as \
	ld \
	${_objcopy} \
	objdump \

.if ${MK_ELFTOOLCHAIN_TOOLS} == "no" || ${MK_ELFCOPY_AS_OBJCOPY} == "no"
_objcopy=	objcopy
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud