Home | History | Annotate | Line # | Download | only in mdsetimage
Makefile revision 1.10
      1  1.10  christos #	$NetBSD: Makefile,v 1.10 2025/08/24 17:57:31 christos Exp $
      2   1.1  christos 
      3   1.4  christos .include <bsd.init.mk>
      4   1.4  christos 
      5   1.4  christos MDSETIMAGE=${NETBSDSRCDIR}/usr.sbin/mdsetimage
      6   1.4  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.4  christos SRCS=		mdsetimage.c bin_bfd.c
     14   1.1  christos MAN=		mdsetimage.8
     15   1.1  christos 
     16  1.10  christos CPPFLAGS+=	-I${MDSETIMAGE}
     17   1.1  christos 
     18  1.10  christos .include "${.PARSEDIR}/../bfd.mk"
     19   1.1  christos 
     20   1.1  christos .endif # MKBINUTILS != no
     21