mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
15 lines
234 B
Makefile
15 lines
234 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.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>
|