Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2018 23:08:46 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340414 - head/sys/amd64/conf
Message-ID:  <201811132308.wADN8kCJ068929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmacy
Date: Tue Nov 13 23:08:46 2018
New Revision: 340414
URL: https://svnweb.freebsd.org/changeset/base/340414

Log:
  Add ZFS to amd64 NOTES to catch future breakage of static linking

Modified:
  head/sys/amd64/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Tue Nov 13 22:58:38 2018	(r340413)
+++ head/sys/amd64/conf/NOTES	Tue Nov 13 23:08:46 2018	(r340414)
@@ -642,6 +642,11 @@ options 	LINPROCFS
 options 	LINSYSFS
 
 #####################################################################
+# ZFS support
+
+options		ZFS
+
+#####################################################################
 # VM OPTIONS
 
 # KSTACK_PAGES is the number of memory pages to assign to the kernel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811132308.wADN8kCJ068929>