Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/kern/lib/libcrypto Missed a spot -- add sys/crypto/...



details:   https://anonhg.NetBSD.org/src/rev/d4c85e4410e0
branches:  trunk
changeset: 942830:d4c85e4410e0
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Aug 20 21:33:43 2020 +0000

description:
Missed a spot -- add sys/crypto/blake2 to .PATH here.

diffstat:

 sys/rump/kern/lib/libcrypto/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9f77de011f19 -r d4c85e4410e0 sys/rump/kern/lib/libcrypto/Makefile
--- a/sys/rump/kern/lib/libcrypto/Makefile      Thu Aug 20 21:31:47 2020 +0000
+++ b/sys/rump/kern/lib/libcrypto/Makefile      Thu Aug 20 21:33:43 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2020/08/20 21:30:32 riastradh Exp $
+#      $NetBSD: Makefile,v 1.16 2020/08/20 21:33:43 riastradh Exp $
 #
 
 SODIUM_IMPORTDIR=${.CURDIR}/../../../../external/isc/libsodium
@@ -6,6 +6,7 @@
 
 .PATH: ${.CURDIR}/../../../../crypto/adiantum                          \
        ${.CURDIR}/../../../../crypto/aes                               \
+       ${.CURDIR}/../../../../crypto/blake2                            \
        ${.CURDIR}/../../../../crypto/blowfish                          \
        ${.CURDIR}/../../../../crypto/camellia                          \
        ${.CURDIR}/../../../../crypto/cast128                           \



Home | Main Index | Thread Index | Old Index