Makefile revision 44360
1#
2# $Id: Makefile,v 1.4 1998/05/11 09:31:17 jb Exp $
3#
4
5.include "${.CURDIR}/../Makefile.inc0"
6
7GASES=		${BINUTIL_ARCH}
8GASES+=		${CROSS_TOOLS} ${CROSS_TARGETS}	
9.for _g in ${GASES}
10.if exists(${.CURDIR}/as_${_g})
11SUBDIR+=	as_${_g}
12.endif
13.endfor
14
15.include <bsd.subdir.mk>
16