summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorkre <kre@NetBSD.org>2021-08-17 21:39:32 +0000
committerkre <kre@NetBSD.org>2021-08-17 21:39:32 +0000
commitfd38e0865bafb92175c0c4cf7bf6ee32a4b69f78 (patch)
tree8eef439951a1ec68d00e207d8ee6d97af63c35fa /sys/modules
parentba3eed35e2a9c45e03b0021ee854fe7c97800aa8 (diff)
s/blake2s/blakes2s/ to match the directory that exists
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 16823989ff3..fee706f56a9 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.252 2021/08/17 17:29:19 christos Exp $
+# $NetBSD: Makefile,v 1.253 2021/08/17 21:39:32 kre Exp $
.include <bsd.own.mk>
@@ -27,7 +27,7 @@ SUBDIR+= adosfs
SUBDIR+= aio
SUBDIR+= audio
SUBDIR+= autofs
-SUBDIR+= blake2s
+SUBDIR+= blakes2s
SUBDIR+= blowfish
SUBDIR+= bpf
SUBDIR+= bpf_filter