NetBSD/sys/arch/sparc
atatat d5de3c2fb2 Abstract out a large chunk of the kernel build machinery so that new
build features (such as ross's DEBUGLIST) can easily be applied to all
ports.  This should reduce the complexity of each port's kernel
Makefile considerably.  Line counts:

     227 arch/i386/conf/Makefile.i386.orig
      98 arch/i386/conf/Makefile.i386
     227 arch/alpha/conf/Makefile.alpha.orig
      99 arch/alpha/conf/Makefile.alpha
     219 arch/sparc/conf/Makefile.sparc.orig
     102 arch/sparc/conf/Makefile.sparc
     215 arch/vax/conf/Makefile.vax.orig
     102 arch/vax/conf/Makefile.vax
     253 conf/Makefile.kern.inc

Roll i386, alpha, sparc, and vax over to the new build machinery.
2001-11-16 00:23:02 +00:00
..
compile
conf Abstract out a large chunk of the kernel build machinery so that new 2001-11-16 00:23:02 +00:00
dev avoid a memory leak 2001-10-05 13:32:23 +00:00
fpu BADREG was no longer defined. 2001-09-22 19:58:28 +00:00
include MAXSLP is defined to be a machine-independent scheduling parameter, 2001-11-15 18:06:11 +00:00
sparc Move dvma_cachealign to cache.c where it belongs and declare it in 2001-11-13 03:04:50 +00:00
stand Bump the version numbers of all bootloaders which use loadfile_elfXX() now 2001-11-09 19:53:11 +00:00
Makefile