diff options
| author | mrg <mrg@NetBSD.org> | 2023-05-14 07:07:23 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2023-05-14 07:07:23 +0000 |
| commit | ba1d9d9eccd9e88ea3ce27dfc67b25d8c753e887 (patch) | |
| tree | f3ce6608bab8949f1a311a0f30c98f9d0ca6d785 /etc | |
| parent | 566bec4ca7c3f72a6e864db348bf616ce06fa524 (diff) | |
mark /usr/lib/openssl and /usr/lib/openssl/modules as "compatdir".
remove them as explicit part of all arm64 builds when they're only
(currently) used and consumed by llvm builds.
this fixes gcc builds and i don't think it breaks llvm ones though
i'm still waiting for that test.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/NetBSD.dist.aarch64 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/mtree/NetBSD.dist.aarch64 b/etc/mtree/NetBSD.dist.aarch64 index 9b9d9fbb493..2341d318d60 100644 --- a/etc/mtree/NetBSD.dist.aarch64 +++ b/etc/mtree/NetBSD.dist.aarch64 @@ -1,8 +1,4 @@ -# $NetBSD: NetBSD.dist.aarch64,v 1.10 2023/05/13 13:04:14 riastradh Exp $ +# $NetBSD: NetBSD.dist.aarch64,v 1.11 2023/05/14 07:07:23 mrg Exp $ ./usr/include/aarch64 ./usr/include/arm -./usr/lib/eabi/openssl -./usr/lib/eabi/openssl/modules -./usr/lib/eabihf/openssl -./usr/lib/eabihf/openssl/modules |
