GENERIC.MP is no more. GENERIC defaults to MULTIPROCESSOR now.
This commit is contained in:
parent
cb9ed711bc
commit
0c093eb79d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue