summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-05-04 21:00:41 +0000
committerngie <ngie@FreeBSD.org>2016-05-04 21:00:41 +0000
commitbc2317c309a290eb24afcc282c590225fc35048d (patch)
tree6d2cb091f7da81bab606695f3f00742b77c6fffa
parent7dca2250f02904af6d8336dd00d555fb550333c6 (diff)
downloadFreeBSD-src-bc2317c309a290eb24afcc282c590225fc35048d.zip
FreeBSD-src-bc2317c309a290eb24afcc282c590225fc35048d.tar.gz
Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build
MFC after: soon (was insta-MFCed -_-..) Pointyhat to: glebius Sponsored by: EMC / Isilon Storage Division
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 249cd5b..084df6b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1133,6 +1133,8 @@ buildkernel: .MAKE .PHONY
@echo "--------------------------------------------------------------"
.endfor
+NO_INSTALLEXTRAKERNELS?= no
+
#
# installkernel, etc.
#
OpenPOWER on IntegriCloud