# $NetBSD: Makefile,v 1.2 2008/04/30 21:15:33 garbled Exp $ BINDIR= /usr/mdec PROG= mkbootimage SRCS= mkbootimage.c byteorder.c NOMAN= # defined # We don't use libbfd, but we do use the BFD ELF header files because # they are somewhat more portable than NetBSD's own elf.h. BFDTOP= ${NETBSDSRCDIR}/gnu/dist/binutils LIBSA=${.CURDIR}/../../../../lib/libsa .PATH.c: ${LIBSA} CPPFLAGS= -I${LIBSA} -I${.CURDIR} -I${BFDTOP}/include DPADD= ${LIBZ} LDADD= -lz .include <bsd.prog.mk>