freebsd-src/sys/boot/sparc64
Robert Drehmel 09bb4b96a4 - Define the macro _KERNEL to pretend we are compiling a kernel.
This is required by recent changes to <sys/pcpu.h>, which uses
   the #error preprocessor directive to keep non-kernel
   applications from using it.
   _KERNEL is defined below the #include <stand.h>, because <stand.h>
   removes the definition of _KERNEL.
 - Move the inclusion of <sys/queue.h> above the inclusion of
   <sys/linker.h> to avoid syntax errors.
2002-08-21 12:45:36 +00:00
..
boot1 Add explicit dependency on ufsread.c 2002-06-05 12:30:45 +00:00
loader - Define the macro _KERNEL to pretend we are compiling a kernel. 2002-08-21 12:45:36 +00:00
Makefile Opps, bootblock component is no more. 2002-03-28 01:41:23 +00:00