#
# $FreeBSD: stable/3/gnu/usr.bin/binutils/as/Makefile 50569 1999-08-29 14:49:43Z peter $
#

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

.include <bsd.subdir.mk>
