diff options
| author | christos <christos@NetBSD.org> | 2023-05-16 18:57:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-05-16 18:57:49 +0000 |
| commit | 3cce5de6639b930cb4bc5bc04851cd5383c4f4bf (patch) | |
| tree | cb2ba7df7850275321a5cd3be884873d5db02b39 /etc | |
| parent | b0348b3309555242afdc34c3faa5804203d8b827 (diff) | |
Add the engines directory too (hannken)
Note that we don't install engines now, but we could.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/NetBSD.dist.compat.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/mtree/NetBSD.dist.compat.in b/etc/mtree/NetBSD.dist.compat.in index 4cd83f1837b..1c91b370cad 100644 --- a/etc/mtree/NetBSD.dist.compat.in +++ b/etc/mtree/NetBSD.dist.compat.in @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.dist.compat.in,v 1.3 2023/05/14 11:04:57 riastradh Exp $ +# $NetBSD: NetBSD.dist.compat.in,v 1.4 2023/05/16 18:57:49 christos Exp $ ./lib/@ARCH_SUBDIR@ ./lib/@ARCH_SUBDIR@/npf @@ -7,6 +7,7 @@ ./usr/lib/@ARCH_SUBDIR@/lua ./usr/lib/@ARCH_SUBDIR@/lua/5.4 ./usr/lib/@ARCH_SUBDIR@/openssl +./usr/lib/@ARCH_SUBDIR@/openssl/engines ./usr/lib/@ARCH_SUBDIR@/openssl/modules ./usr/lib/@ARCH_SUBDIR@/security ./usr/libdata/debug/lib/@ARCH_SUBDIR@ |
