Source-Changes-HG archive

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

[src/trunk]: src/lib Add a .WAIT statement after libmj, should fix a transien...



details:   https://anonhg.NetBSD.org/src/rev/32d88129798f
branches:  trunk
changeset: 757499:32d88129798f
user:      agc <agc%NetBSD.org@localhost>
date:      Wed Sep 01 16:01:27 2010 +0000

description:
Add a .WAIT statement after libmj, should fix a transient problem observed
by moof.

diffstat:

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

diffs (19 lines):

diff -r df51561788aa -r 32d88129798f lib/Makefile
--- a/lib/Makefile      Wed Sep 01 15:40:06 2010 +0000
+++ b/lib/Makefile      Wed Sep 01 16:01:27 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.150 2010/08/07 21:32:28 christos Exp $
+#      $NetBSD: Makefile,v 1.151 2010/09/01 16:01:27 agc Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -67,8 +67,8 @@
 .if (${MKCRYPTO} != "no")
 # these depend on libcrypto*, libz and libbz2
 SUBDIR+=       ../crypto/external/bsd/openssh/lib
-# XXX Should restructure netpgp/lib to contain libmj and libnetpgp
 SUBDIR+=       ../crypto/external/bsd/netpgp/libmj
+SUBDIR+=       .WAIT
 SUBDIR+=       ../crypto/external/bsd/netpgp/lib
 .endif
 



Home | Main Index | Thread Index | Old Index