Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules s/blake2s/blakes2s/ to match the directory that ...



details:   https://anonhg.NetBSD.org/src/rev/9a1174ad4621
branches:  trunk
changeset: 1022986:9a1174ad4621
user:      kre <kre%NetBSD.org@localhost>
date:      Tue Aug 17 21:39:32 2021 +0000

description:
s/blake2s/blakes2s/ to match the directory that exists

diffstat:

 sys/modules/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f25c7b2798ea -r 9a1174ad4621 sys/modules/Makefile
--- a/sys/modules/Makefile      Tue Aug 17 21:19:02 2021 +0000
+++ b/sys/modules/Makefile      Tue Aug 17 21:39:32 2021 +0000
@@ -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+=       aio
 SUBDIR+=       audio
 SUBDIR+=       autofs
-SUBDIR+=       blake2s
+SUBDIR+=       blakes2s
 SUBDIR+=       blowfish
 SUBDIR+=       bpf
 SUBDIR+=       bpf_filter



Home | Main Index | Thread Index | Old Index