Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd Fix typo (thanks Martin)



details:   https://anonhg.NetBSD.org/src/rev/c5a8c5dd91a2
branches:  trunk
changeset: 359205:c5a8c5dd91a2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 04 16:22:48 2018 +0000

description:
Fix typo (thanks Martin)

diffstat:

 crypto/external/bsd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 2317d75f8d6d -r c5a8c5dd91a2 crypto/external/bsd/Makefile
--- a/crypto/external/bsd/Makefile      Sun Feb 04 15:44:51 2018 +0000
+++ b/crypto/external/bsd/Makefile      Sun Feb 04 16:22:48 2018 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.13 2018/02/04 03:19:51 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2018/02/04 16:22:48 christos Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= ${EXTERNAL_OPENSSL_SUBDDIR} .WAIT heimdal netpgp .WAIT openssh libsaslc
+SUBDIR+= ${EXTERNAL_OPENSSL_SUBDIR} .WAIT heimdal netpgp .WAIT openssh libsaslc
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index