Sync usage with man page.
[netbsd-mini2440.git] / external / gpl3 / binutils / usr.bin / Makefile
blob1fcf5429866c862df2b3de02bbd4cad783990424
1 # $NetBSD: Makefile,v 1.2 2009/09/08 07:08:02 skrll Exp $
3 .include <bsd.own.mk>
5 .if ${MKBINUTILS} != "no" && exists(${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk)
6 .include "${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk"
8 SSUBDIR+= gas gprof ld ${G_PROGRAMS:C/-new$//:C/sysdump//:C/srconv//:cxxfilt=c++filt}
9 SUBDIR+= common .WAIT ${SSUBDIR:O} # alphabetize
11 .endif # MKBINUTILS != no
13 .include <bsd.subdir.mk>