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