Home | History | Annotate | Line # | Download | only in mdsetimage
Makefile revision 1.1.1.3
      1  1.1.1.3  christos #	$NetBSD: Makefile,v 1.1.1.3 2025/08/24 17:07:39 christos Exp $
      2      1.1  christos 
      3  1.1.1.2  christos .include <bsd.init.mk>
      4  1.1.1.2  christos 
      5  1.1.1.2  christos MDSETIMAGE=${NETBSDSRCDIR}/usr.sbin/mdsetimage
      6  1.1.1.2  christos .PATH: ${MDSETIMAGE}
      7      1.1  christos 
      8      1.1  christos .if (defined(HOSTPROG) && \
      9      1.1  christos      (${TOOLCHAIN_MISSING} == "no" || defined(EXTERNAL_TOOLCHAIN))) || \
     10      1.1  christos     ${MKBINUTILS} != "no"
     11      1.1  christos 
     12      1.1  christos PROG=		mdsetimage
     13  1.1.1.2  christos SRCS=		mdsetimage.c bin_bfd.c
     14      1.1  christos MAN=		mdsetimage.8
     15      1.1  christos 
     16  1.1.1.3  christos CPPFLAGS+=	-I${MDSETIMAGE}
     17      1.1  christos 
     18  1.1.1.3  christos .include "${.PARSEDIR}/../bfd.mk"
     19      1.1  christos 
     20      1.1  christos .endif # MKBINUTILS != no
     21