Module Name:    src
Committed By:   thorpej
Date:           Sat Sep 19 03:29:58 UTC 2020

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

Log Message:
GENERIC.MP is no more.  GENERIC defaults to MULTIPROCESSOR now.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.alpha/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.alpha/Makefile.inc
diff -u src/etc/etc.alpha/Makefile.inc:1.9 src/etc/etc.alpha/Makefile.inc:1.10
--- src/etc/etc.alpha/Makefile.inc:1.9	Thu Feb  5 21:50:42 2015
+++ src/etc/etc.alpha/Makefile.inc	Sat Sep 19 03:29:57 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.9 2015/02/05 21:50:42 snj Exp $
+#	$NetBSD: Makefile.inc,v 1.10 2020/09/19 03:29:57 thorpej Exp $
 #
 #	etc.alpha/Makefile.inc -- alpha-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
 
 BUILD_KERNELS+=		INSTALL
 

Reply via email to