Module Name:    src
Committed By:   macallan
Date:           Thu Feb 27 12:52:20 UTC 2020

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
ZFS works fine on my v210, so let's enable it for sparc64


To generate a diff of this commit:
cvs rdiff -u -r1.1176 -r1.1177 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1176 src/share/mk/bsd.own.mk:1.1177
--- src/share/mk/bsd.own.mk:1.1176	Fri Feb  7 14:08:11 2020
+++ src/share/mk/bsd.own.mk	Thu Feb 27 12:52:20 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1176 2020/02/07 14:08:11 jmcneill Exp $
+#	$NetBSD: bsd.own.mk,v 1.1177 2020/02/27 12:52:20 macallan Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1026,9 +1026,10 @@ SOFTFLOAT_BITS=	32
 .endif
 
 #
-# We want to build zfs only for amd64 and aarch64 by default for now.
+# We want to build zfs only for amd64, aarch64 and sparc64 by default for now.
 #
-.if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "aarch64"
+.if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "aarch64" || \
+    ${MACHINE} == "sparc64"
 MKZFS?=		yes
 .endif
 

Reply via email to