Subject: CVS commit: src/sys/arch/prep/stand/mkbootimage
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/09/2004 01:31:28
Module Name:	src
Committed By:	thorpej
Date:		Sun May  9 01:31:28 UTC 2004

Modified Files:
	src/sys/arch/prep/stand/mkbootimage: Makefile mkbootimage.c

Log Message:
Use the BFD ELF headers rather than simply including <elf.h>.  This
tool compiles on non-NetBSD now.

Note: We're not actually using BFD, just two header files that are
more conveniently laid out than our native header.  There is no GPL
infection from using the BFD headers.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/prep/stand/mkbootimage/Makefile
cvs rdiff -r1.9 -r1.10 src/sys/arch/prep/stand/mkbootimage/mkbootimage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.