Module Name:    src
Committed By:   agc
Date:           Wed Sep  1 16:01:27 UTC 2010

Modified Files:
        src/lib: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.150 src/lib/Makefile:1.151
--- src/lib/Makefile:1.150	Sat Aug  7 21:32:28 2010
+++ src/lib/Makefile	Wed Sep  1 16:01:27 2010
@@ -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
 

Reply via email to