Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / hp700 / stand / mkboot / Makefile
blobc2f40f1853f93a6bfccc2f6e4d177dccd095f745
1 # $NetBSD: Makefile,v 1.4 2005/12/11 12:17:25 christos Exp $
3 NOMAN= # defined
5 PROG= mkboot
6 SRCS= mkboot.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 CPPFLAGS= -I${BFDTOP}/include
13 CPPFLAGS+= -DATTRIBUTE_PACKED=
15 .include <bsd.prog.mk>