diff options
author | Daniel O'Connor <darius@dons.net.au> | 2021-12-16 01:59:40 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-12-16 01:59:40 +0000 |
commit | 39829be24434cd5258d1536be6b5e95e213a2952 (patch) | |
tree | 7358b47c29d65c465de8bb41df81b86d688df148 | |
parent | 329b25a5819cec64135919df39ac652f693eaf4a (diff) |
sysutils/pefs-kmod: Add aarch64 to the list of supported architectures
PR: 260463
-rw-r--r-- | sysutils/pefs-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile index 91d03214e5b8..9ce442120576 100644 --- a/sysutils/pefs-kmod/Makefile +++ b/sysutils/pefs-kmod/Makefile @@ -11,7 +11,7 @@ COMMENT= PEFS kernel level stacked cryptographic filesystem LICENSE= BSD2CLAUSE -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 +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 |