svn commit: r265791 - head/sys/conf

Warner Losh imp at FreeBSD.org
Sat May 10 00:42:44 UTC 2014


Author: imp
Date: Sat May 10 00:42:43 2014
New Revision: 265791
URL: http://svnweb.freebsd.org/changeset/base/265791

Log:
  Fix typo in FORMAT_EXTENSIONS which breaks universe.

Modified:
  head/sys/conf/kern.opts.mk

Modified: head/sys/conf/kern.opts.mk
==============================================================================
--- head/sys/conf/kern.opts.mk	Sat May 10 00:26:40 2014	(r265790)
+++ head/sys/conf/kern.opts.mk	Sat May 10 00:42:43 2014	(r265791)
@@ -16,7 +16,7 @@
 # src tree.
 
 __DEFAULT_YES_OPTIONS = \
-    FORMAT_EXTENTIONS \
+    FORMAT_EXTENSIONS \
     KERNEL_SYMBOLS
 
 __DEFAULT_NO_OPTIONS = \


More information about the svn-src-head mailing list