1998-03-01 23:41:17 +00:00
|
|
|
#
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-03-01 23:41:17 +00:00
|
|
|
#
|
|
|
|
|
1999-03-01 04:01:57 +00:00
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
|
|
|
|
GASES= ${BINUTIL_ARCH}
|
|
|
|
GASES+= ${CROSS_TOOLS} ${CROSS_TARGETS}
|
1998-05-04 22:01:27 +00:00
|
|
|
.for _g in ${GASES}
|
1998-05-11 09:31:17 +00:00
|
|
|
.if exists(${.CURDIR}/as_${_g})
|
1998-05-04 22:01:27 +00:00
|
|
|
SUBDIR+= as_${_g}
|
1998-05-11 09:31:17 +00:00
|
|
|
.endif
|
1998-05-04 22:01:27 +00:00
|
|
|
.endfor
|
1998-03-01 23:41:17 +00:00
|
|
|
|
1998-05-04 22:01:27 +00:00
|
|
|
.include <bsd.subdir.mk>
|