Home | History | Annotate | Line # | Download | only in mkboot
Makefile revision 1.1.4.2
      1  1.1.4.2  rmind #	$NetBSD: Makefile,v 1.1.4.2 2014/05/18 17:45:11 rmind Exp $
      2  1.1.4.2  rmind 
      3  1.1.4.2  rmind NOMAN=		# defined
      4  1.1.4.2  rmind 
      5  1.1.4.2  rmind PROG=		mkboot
      6  1.1.4.2  rmind SRCS=		mkboot.c
      7  1.1.4.2  rmind 
      8  1.1.4.2  rmind # We don't use libbfd, but we do use the BFD ELF header files because
      9  1.1.4.2  rmind # they are somewhat more portable than NetBSD's own elf.h.
     10  1.1.4.2  rmind BFDTOP=	${NETBSDSRCDIR}/external/gpl3/binutils/dist
     11  1.1.4.2  rmind 
     12  1.1.4.2  rmind CPPFLAGS=	-I${BFDTOP}/include
     13  1.1.4.2  rmind CPPFLAGS+=	-DATTRIBUTE_PACKED=
     14  1.1.4.2  rmind 
     15  1.1.4.2  rmind .include <bsd.prog.mk>
     16