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

.include "${.CURDIR}/../Makefile.inc0"

GASES=		${BINUTIL_ARCH}
GASES+=		${CROSS_TOOLS} ${CROSS_TARGETS}	
.for _g in ${GASES}
.if exists(${.CURDIR}/as_${_g})
SUBDIR+=	as_${_g}
.endif
.endfor

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