From 79ccc589d20c568e1357f49c20a28fc0e4fd2de1 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 4 May 2016 21:15:28 +0000 Subject: [PATCH] Default NO_INSTALLEXTRAKERNELS to yes, not no The old (^/stable/9) default was yes, not no ("no" was the new default introduced recently that broke POLA). Restore it to keep POLA like glebius intended in r299077 MFC after: 3 days X-MFC with: r299086 Pointyhat to: ngie (research before assuming and committing next time) Sponsored by: EMC / Isilon Storage Division --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 084df6bea549..465610661d34 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1133,7 +1133,7 @@ buildkernel: .MAKE .PHONY @echo "--------------------------------------------------------------" .endfor -NO_INSTALLEXTRAKERNELS?= no +NO_INSTALLEXTRAKERNELS?= yes # # installkernel, etc.