Index: share/mk/src.opts.mk =================================================================== --- share/mk/src.opts.mk +++ share/mk/src.opts.mk @@ -354,7 +354,7 @@ .endif .if ${__T} != "i386" && ${__T} != "amd64" && \ - ${__T:Mpowerpc64*} == "" + ${__T:Mpowerpc64*} == "" && ${__T} != "aarch64" BROKEN_OPTIONS+= OFED .endif Index: sys/conf/kern.opts.mk =================================================================== --- sys/conf/kern.opts.mk +++ sys/conf/kern.opts.mk @@ -85,7 +85,7 @@ # Things that don't work because the kernel doesn't have the support # for them. .if ${MACHINE} != "i386" && ${MACHINE} != "amd64" && \ - ${MACHINE_ARCH:Mpowerpc64*} == "" + ${MACHINE_ARCH:Mpowerpc64*} == "" && ${MACHINE} != "arm64" BROKEN_OPTIONS+= OFED .endif