1 # $NetBSD: Makefile,v 1.5 2013/08/06 05:35:57 matt Exp $
5 BINUTILS_MACHINE_ARCH
=${MACHINE_ARCH
:C
/armv
[4-7]/arm
/}
7 .if
${MKBINUTILS} != "no" && exists
(${.CURDIR
}/common
/arch
/${BINUTILS_MACHINE_ARCH}/defs.mk
)
8 .
include "${.CURDIR}/common/arch/${BINUTILS_MACHINE_ARCH}/defs.mk"
10 SSUBDIR
+= gas gprof
ld ${G_PROGRAMS
:C
/-new
$//:C
/sysdump
//:C
/srconv
//:cxxfilt
=c
++filt
}
11 SUBDIR
+= common .WAIT
${SSUBDIR
:O
} # alphabetize
13 .
endif # MKBINUTILS != no
15 .
include <bsd.subdir.mk
>