Module Name: src Committed By: snj Date: Wed Sep 30 00:05:07 UTC 2009
Modified Files: src/etc/etc.i386 [netbsd-5]: Makefile.inc Log Message: Pull up following revision(s) (requested by bouyer in ticket #1040): etc/etc.i386/Makefile.inc: revision 1.60 Add XEN3PAE_DOM0 to the list of kernels to build for a release. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.59.2.1 src/etc/etc.i386/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/etc.i386/Makefile.inc diff -u src/etc/etc.i386/Makefile.inc:1.59 src/etc/etc.i386/Makefile.inc:1.59.2.1 --- src/etc/etc.i386/Makefile.inc:1.59 Sun May 11 12:31:45 2008 +++ src/etc/etc.i386/Makefile.inc Wed Sep 30 00:05:07 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.59 2008/05/11 12:31:45 chris Exp $ +# $NetBSD: Makefile.inc,v 1.59.2.1 2009/09/30 00:05:07 snj Exp $ # # etc.i386/Makefile.inc -- i386-specific etc Makefile targets # @@ -11,6 +11,7 @@ KERNEL_SETS+= XEN2_DOMU KERNEL_SETS+= XEN3_DOM0 KERNEL_SETS+= XEN3_DOMU +KERNEL_SETS+= XEN3PAE_DOM0 KERNEL_SETS+= XEN3PAE_DOMU # KERNEL_SETS+= GENERIC_TINY # KERNEL_SETS+= GENERIC_PS2TINY