summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile
blob: 1c863dfa7a3393107d6ae04d9af16cd45715cf14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $FreeBSD$

.include <src.opts.mk>

SUBDIR=	doc\
	libiberty \
	libbfd \
	libopcodes \
	libbinutils \
	${_addr2line} \
	as \
	ld \
	${_nm} \
	objcopy \
	objdump \
	${_readelf} \
	${_size} \
	${_strings} \
	${_strip}

.if ${MK_ELFTOOLCHAIN_TOOLS} == "no"
_addr2line=	addr2line
_nm=		nm
_readelf=	readelf
_size=		size
_strings=	strings
_strip=		strip
.endif

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