svn commit: r332146 - head/share/mk

Kyle Evans kevans at FreeBSD.org
Fri Apr 6 19:49:58 UTC 2018


Author: kevans
Date: Fri Apr  6 19:49:57 2018
New Revision: 332146
URL: https://svnweb.freebsd.org/changeset/base/332146

Log:
  Re-sort LOADER options
  
  These have become unsorted from everything else. This is desync'd from
  stable/11 due to some hand-merging that was done there, so the MFC of this
  will look slightly different.
  
  MFC after:	3 days

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Fri Apr  6 19:47:44 2018	(r332145)
+++ head/share/mk/src.opts.mk	Fri Apr  6 19:49:57 2018	(r332146)
@@ -129,14 +129,14 @@ __DEFAULT_YES_OPTIONS = \
     LIBPTHREAD \
     LIBTHR \
     LLVM_COV \
+    LOADER_GELI \
+    LOADER_OFW \
+    LOADER_UBOOT \
     LOCALES \
     LOCATE \
     LPR \
     LS_COLORS \
     LZMA_SUPPORT \
-    LOADER_GELI \
-    LOADER_OFW \
-    LOADER_UBOOT \
     MAIL \
     MAILWRAPPER \
     MAKE \


More information about the svn-src-all mailing list