tech-install archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH 1/1] Do not enable ZFS in amd64



It doesn't actually work.
---
 share/mk/bsd.own.mk | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 59b311b..5662b7a 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1032,13 +1032,6 @@ MKBINUTILS?=	${MKBFD}
 .endif
 
 #
-# We want to build zfs only for amd64 by default for now.
-#
-.if ${MACHINE} == "amd64"
-MKZFS?=		yes
-.endif
-
-#
 # DTrace works on amd64, i386 and earm*
 #
 
-- 
2.1.4


-- 


Home | Main Index | Thread Index | Old Index