xref: /netbsd-src/sys/arch/hppa/stand/mkboot/Makefile (revision 6d3ceb1d619615401b17c9aa3e4bc674a1cb048b)
1#	$NetBSD: Makefile,v 1.1 2014/02/24 07:23:43 skrll Exp $
2
3NOMAN=		# defined
4
5PROG=		mkboot
6SRCS=		mkboot.c
7
8# We don't use libbfd, but we do use the BFD ELF header files because
9# they are somewhat more portable than NetBSD's own elf.h.
10BFDTOP=	${NETBSDSRCDIR}/external/gpl3/binutils/dist
11
12CPPFLAGS=	-I${BFDTOP}/include
13CPPFLAGS+=	-DATTRIBUTE_PACKED=
14
15.include <bsd.prog.mk>
16