From 0a7ee2e9276ba644a406484c8f41435777f149a6 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Thu, 16 Dec 2021 08:59:40 +0700 Subject: sysutils/pefs-kmod: Add aarch64 to the list of supported architectures PR: 260463 (cherry picked from commit 39829be24434cd5258d1536be6b5e95e213a2952) --- sysutils/pefs-kmod/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile index 5999a1afca9d..9ce442120576 100644 --- a/sysutils/pefs-kmod/Makefile +++ b/sysutils/pefs-kmod/Makefile @@ -11,8 +11,9 @@ COMMENT= PEFS kernel level stacked cryptographic filesystem LICENSE= BSD2CLAUSE -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 -ONLY_FOR_ARCHS_REASON= untested on any other arch +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS_REASON= untested on any other architecture + # PEFS works on -current but out of tree KLDs get incorrectly compiled without INVARIANTS BROKEN_FreeBSD_14= crashes on mount due to INVARIANTS -- cgit v1.2.3