Home | History | Annotate | Line # | Download | only in mdsetimage
Makefile revision 1.10
      1  1.10  christos #	$NetBSD: Makefile,v 1.10 2016/02/01 13:44:52 christos 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 HOST_SRCDIR=	external/gpl3/binutils/usr.sbin/mdsetimage
     10   1.2   thorpej 
     11   1.6       mrg TOOLCHAINOBJ!=	cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
     12   1.4        tv BFDDIR=		${TOOLCHAINOBJ}/build/bfd
     13   1.4        tv IBERTYDIR=	${TOOLCHAINOBJ}/build/libiberty
     14   1.1       jmc 
     15   1.1       jmc .include "${.CURDIR}/../Makefile.host"
     16  1.10  christos 
     17  1.10  christos LIBDL!=		grep -- -ldl ${TOOLCHAINOBJ}/build/ld/Makefile
     18  1.10  christos 
     19  1.10  christos .if !empty(LIBDL)
     20  1.10  christos LDADD+=	-ldl
     21  1.10  christos .endif
     22