NetBSD/sys/arch/vax
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
..
bi VAX-specific bi support changes. 2000-07-26 11:53:30 +00:00
boot Bump the version numbers of all bootloaders which use loadfile_elfXX() now 2001-11-09 19:53:11 +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
consolerl Use 2000-08-30 23:51:46 +00:00
floppy
if Giant update from Michael Kukat (michael@unixiron.org). 2001-02-04 20:36:26 +00:00
include MAXSLP is defined to be a machine-independent scheduling parameter, 2001-11-15 18:06:11 +00:00
mba
stand convert to use getprogname() 2001-02-19 22:48:57 +00:00
uba Calculation of unibus map register size was wrong. 2001-07-27 12:57:20 +00:00
vax Check if page to be remapped in pmap_enter() is entered by pmap_kenter_pa(), 2001-09-30 17:12:08 +00:00
vsa Make this compile under ELF. 2001-11-09 05:31:44 +00:00
Makefile