Home | History | Annotate | Line # | Download | only in mdsetimage
Makefile revision 1.6
      1  1.6      mrg #	$NetBSD: Makefile,v 1.6 2003/07/25 16:26:54 mrg 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.2  thorpej HOST_SRCDIR=	gnu/usr.sbin/mdsetimage
      9  1.2  thorpej 
     10  1.6      mrg .if ${USE_TOOLS_TOOLCHAIN} != "yes"
     11  1.6      mrg TOOLCHAINOBJ!=	cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
     12  1.6      mrg .else
     13  1.4       tv TOOLCHAINOBJ!=	cd ${.CURDIR}/../toolchain && ${PRINTOBJDIR}
     14  1.6      mrg .endif
     15  1.4       tv BFDDIR=		${TOOLCHAINOBJ}/build/bfd
     16  1.4       tv IBERTYDIR=	${TOOLCHAINOBJ}/build/libiberty
     17  1.1      jmc 
     18  1.1      jmc .include "${.CURDIR}/../Makefile.host"
     19