Module Name:    src
Committed By:   jmcneill
Date:           Sun Dec  1 20:28:25 UTC 2019

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

Log Message:
Enable ZFS support on aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.1166 -r1.1167 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.1166 src/share/mk/bsd.own.mk:1.1167
--- src/share/mk/bsd.own.mk:1.1166	Thu Nov 21 07:56:58 2019
+++ src/share/mk/bsd.own.mk	Sun Dec  1 20:28:25 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1166 2019/11/21 07:56:58 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1167 2019/12/01 20:28:25 jmcneill Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1025,9 +1025,9 @@ SOFTFLOAT_BITS=	32
 .endif
 
 #
-# We want to build zfs only for amd64 by default for now.
+# We want to build zfs only for amd64 and aarch64 by default for now.
 #
-.if ${MACHINE} == "amd64"
+.if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "aarch64"
 MKZFS?=		yes
 .endif
 

Reply via email to