NetBSD/sys/arch/evbppc
dyoung a37289db57 Make disklabel(8) and fdisk(8) into "host tools " last step: build
and install ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-disklabel,
${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk by "reaching over" to
the sources in ${NETBSDSRCDIR}/sbin/{disklabel fdisk}/.

To avoid clashes with a build-host's header files, especially on
*BSD, the host-tools versions of fdisk and disklabel search for
#includes such as disklabel.h, disklabel_acorn.h, disklabel_gpt.h,
and bootinfo.h in a new #includes namespace, nbinclude/.  That is,
they #include <nbinclude/sys/disklabel.h>, <nbinclude/machine/disklabel.h>,
<nbinclude/sparc64/disklabel.h>, instead of <sys/disklabel.h> and
such.  I have also updated the system headers to #include from
nbinclude/-space when HAVE_NBTOOL_CONFIG_H is #defined.
2005-06-12 19:46:15 +00:00
..
compile Pass the OpenBIOS magic number to the awk script just like the other 2004-03-27 01:47:46 +00:00
conf - Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO. 2005-06-09 14:43:29 +00:00
ev64260 Appease -Wshadow 2005-06-03 11:17:42 +00:00
evbppc Appease -Wcast-qual 2005-06-03 11:15:25 +00:00
explora Move the MI printing of `copyright' to the MD cpu_startup() code 2005-04-25 15:02:02 +00:00
include Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
obs405 Add sources for OpenBlockS200 (OpenBlockS S/R) machine. 2005-03-18 15:31:58 +00:00
walnut Appease -Wshadow 2005-06-03 12:28:47 +00:00
Makefile