1 # $NetBSD: Makefile,v 1.2 2008/04/30 21:15:33 garbled Exp $
5 SRCS
= mkbootimage.c byteorder.c
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.
10 BFDTOP
= ${NETBSDSRCDIR}/external
/gpl3
/binutils
/dist
12 LIBSA
=${.CURDIR
}/..
/..
/..
/..
/lib
/libsa
16 CPPFLAGS
= -I
${LIBSA} -I
${.CURDIR
} -I
${BFDTOP}/include
17 CPPFLAGS
+= -DATTRIBUTE_PACKED
=
21 .
include <bsd.prog.mk
>