Module Name: src
Committed By: elric
Date: Wed Apr 20 08:36:08 UTC 2011
Modified Files:
src/crypto/external/bsd: Makefile
Log Message:
openssh and libsaslc depend on heimdal, so we need to wait for it to be
built.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/crypto/external/bsd/Makefile:1.11
--- src/crypto/external/bsd/Makefile:1.10 Fri Apr 15 18:05:42 2011
+++ src/crypto/external/bsd/Makefile Wed Apr 20 08:36:07 2011
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2011/04/15 18:05:42 elric Exp $
+# $NetBSD: Makefile,v 1.11 2011/04/20 08:36:07 elric Exp $
.include <bsd.own.mk>
.if (${MKCRYPTO} != "no")
-SUBDIR+= openssl .WAIT heimdal netpgp openssh libsaslc
+SUBDIR+= openssl .WAIT heimdal netpgp .WAIT openssh libsaslc
.endif
.include <bsd.subdir.mk>