Module Name:    src
Committed By:   flxd
Date:           Mon Jun 26 17:45:56 UTC 2017

Modified Files:
        src/etc/etc.vax: Makefile.inc

Log Message:
Add GENERIC_USB to vax kernel sets, but not to sysinst (yet), as bootloader
cannot handle kernels that large (yet).


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/etc/etc.vax/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.vax/Makefile.inc
diff -u src/etc/etc.vax/Makefile.inc:1.24 src/etc/etc.vax/Makefile.inc:1.25
--- src/etc/etc.vax/Makefile.inc:1.24	Sun Jan 15 17:36:55 2012
+++ src/etc/etc.vax/Makefile.inc	Mon Jun 26 17:45:56 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.24 2012/01/15 17:36:55 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.25 2017/06/26 17:45:56 flxd Exp $
 #
 #	etc.vax/Makefile.inc -- vax-specific etc Makefile targets
 #
@@ -6,7 +6,7 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SETS=		GENERIC GENERIC.MP
+KERNEL_SETS=		GENERIC GENERIC.MP GENERIC_USB
 
 BUILD_KERNELS=		INSTALL
 

Reply via email to