Home | History | Annotate | Line # | Download | only in mdsetimage
Makefile revision 1.8
      1  1.8  tsutsui #	$NetBSD: Makefile,v 1.8 2009/10/27 14:20:21 tsutsui Exp $
      2  1.5    lukem 
      3  1.5    lukem NOMAN=	# defined
      4  1.1      jmc 
      5  1.4       tv .include <bsd.own.mk>
      6  1.2  thorpej 
      7  1.4       tv HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-mdsetimage
      8  1.8  tsutsui 
      9  1.8  tsutsui .if $(HAVE_BINUTILS) == "219"
     10  1.8  tsutsui HOST_SRCDIR=	external/gpl3/binutils/usr.sbin/mdsetimage
     11  1.8  tsutsui .else
     12  1.2  thorpej HOST_SRCDIR=	gnu/usr.sbin/mdsetimage
     13  1.8  tsutsui .endif
     14  1.2  thorpej 
     15  1.6      mrg TOOLCHAINOBJ!=	cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
     16  1.4       tv BFDDIR=		${TOOLCHAINOBJ}/build/bfd
     17  1.4       tv IBERTYDIR=	${TOOLCHAINOBJ}/build/libiberty
     18  1.1      jmc 
     19  1.1      jmc .include "${.CURDIR}/../Makefile.host"
     20