Module Name: src
Committed By: agc
Date: Sat Aug 7 04:34:03 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp: Makefile
Log Message:
Build libraries in the correct order, also waiting for prereqs to build first
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/netpgp/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/netpgp/Makefile
diff -u src/crypto/external/bsd/netpgp/Makefile:1.3 src/crypto/external/bsd/netpgp/Makefile:1.4
--- src/crypto/external/bsd/netpgp/Makefile:1.3 Wed Jun 10 00:38:08 2009
+++ src/crypto/external/bsd/netpgp/Makefile Sat Aug 7 04:34:03 2010
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/06/10 00:38:08 agc Exp $
-
-SUBDIR= lib .WAIT
+# $NetBSD: Makefile,v 1.4 2010/08/07 04:34:03 agc Exp $
+SUBDIR= libmj .WAIT
+SUBDIR+= lib .WAIT
SUBDIR+= netpgp netpgpkeys netpgpverify
.include <bsd.subdir.mk>