Module Name: src
Committed By: christos
Date: Sun Feb 4 16:22:48 UTC 2018
Modified Files:
src/crypto/external/bsd: Makefile
Log Message:
Fix typo (thanks Martin)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/crypto/external/bsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/Makefile
diff -u src/crypto/external/bsd/Makefile:1.13 src/crypto/external/bsd/Makefile:1.14
--- src/crypto/external/bsd/Makefile:1.13 Sat Feb 3 22:19:51 2018
+++ src/crypto/external/bsd/Makefile Sun Feb 4 11:22:48 2018
@@ -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>