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