freebsd-dev/gnu/usr.bin/binutils/as/Makefile

16 lines
273 B
Makefile
Raw Normal View History

#
# $Id: Makefile,v 1.4 1998/05/11 09:31:17 jb Exp $
#
.include "${.CURDIR}/../Makefile.inc0"
GASES= ${BINUTIL_ARCH}
GASES+= ${CROSS_TOOLS} ${CROSS_TARGETS}
.for _g in ${GASES}
.if exists(${.CURDIR}/as_${_g})
SUBDIR+= as_${_g}
.endif
.endfor
.include <bsd.subdir.mk>