Makefile revision 1.6
11.6Stsutsui# $NetBSD: Makefile,v 1.6 2009/10/27 14:20:21 tsutsui Exp $ 21.3Slukem 31.3SlukemNOMAN= # defined 41.1Sthorpej 51.2Stv.include <bsd.own.mk> 61.1Sthorpej 71.2StvHOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-dbsym 81.6Stsutsui 91.6Stsutsui.if $(HAVE_BINUTILS) == "219" 101.6StsutsuiHOST_SRCDIR= external/gpl3/binutils/usr.sbin/dbsym 111.6Stsutsui.else 121.1SthorpejHOST_SRCDIR= gnu/usr.sbin/dbsym 131.6Stsutsui.endif 141.1Sthorpej 151.4SmrgTOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR} 161.2StvBFDDIR= ${TOOLCHAINOBJ}/build/bfd 171.2StvIBERTYDIR= ${TOOLCHAINOBJ}/build/libiberty 181.1Sthorpej 191.1Sthorpej.include "${.CURDIR}/../Makefile.host" 20