aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/binutils/as/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile
index d773bf072e8c4..e3e9b7aaf4ce2 100644
--- a/gnu/usr.bin/binutils/as/Makefile
+++ b/gnu/usr.bin/binutils/as/Makefile
@@ -1,10 +1,12 @@
#
-# $Id$
+# $Id: Makefile,v 1.3 1998/05/04 22:01:27 jb Exp $
#
-GASES= ${MACHINE_ARCH} ${CROSS_TOOLS}
+GASES= ${MACHINE_ARCH} ${CROSS_TOOLS} ${CROSS_TARGETS}
.for _g in ${GASES}
+.if exists(${.CURDIR}/as_${_g})
SUBDIR+= as_${_g}
+.endif
.endfor
.include <bsd.subdir.mk>