Author: ngie
Date: Wed May  4 21:00:41 2016
New Revision: 299086
URL: https://svnweb.freebsd.org/changeset/base/299086

Log:
  Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build
  
  MFC after: soon (was insta-MFCed -_-..)
  Pointyhat to: glebius
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Wed May  4 20:20:55 2016        (r299085)
+++ head/Makefile.inc1  Wed May  4 21:00:41 2016        (r299086)
@@ -1133,6 +1133,8 @@ buildkernel: .MAKE .PHONY
        @echo "--------------------------------------------------------------"
 .endfor
 
+NO_INSTALLEXTRAKERNELS?=               no
+
 #
 # installkernel, etc.
 #
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to