summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-05-04 21:15:28 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-05-04 21:15:28 +0000
commit79ccc589d20c568e1357f49c20a28fc0e4fd2de1 (patch)
tree67039be19aab423c624213b3bc3daaa16edd0e91 /Makefile.inc1
parent79e29f957ad4b5be9bad753a22c184ef5ea3a4ae (diff)
downloadsrc-test2-79ccc589d20c568e1357f49c20a28fc0e4fd2de1.tar.gz
src-test2-79ccc589d20c568e1357f49c20a28fc0e4fd2de1.zip
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
Notes
Notes: svn path=/head/; revision=299088
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 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.