Makefile revision 35720
1#
2# $Id$
3#
4
5GASES=		${MACHINE_ARCH} ${CROSS_TOOLS}
6.for _g in ${GASES}
7SUBDIR+=	as_${_g}
8.endfor
9
10.include <bsd.subdir.mk>
11