summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-05-04 21:15:28 +0000
committerngie <ngie@FreeBSD.org>2016-05-04 21:15:28 +0000
commitfab5cc8f2fccd026bc4addb69150dc5fbd1d0fb2 (patch)
tree67039be19aab423c624213b3bc3daaa16edd0e91 /Makefile.inc1
parent9741b20fcf6dbf8e5703d7b4d238780715619bf6 (diff)
downloadFreeBSD-src-fab5cc8f2fccd026bc4addb69150dc5fbd1d0fb2.zip
FreeBSD-src-fab5cc8f2fccd026bc4addb69150dc5fbd1d0fb2.tar.gz
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 084df6b..4656106 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1133,7 +1133,7 @@ buildkernel: .MAKE .PHONY
@echo "--------------------------------------------------------------"
.endfor
-NO_INSTALLEXTRAKERNELS?= no
+NO_INSTALLEXTRAKERNELS?= yes
#
# installkernel, etc.
OpenPOWER on IntegriCloud