Module Name:    src
Committed By:   christos
Date:           Sat Aug  7 21:32:28 UTC 2010

Modified Files:
        src/lib: Makefile

Log Message:
fix the build; we need libmj installed before compiling netpgp binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 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.149 src/lib/Makefile:1.150
--- src/lib/Makefile:1.149	Wed Feb  3 10:34:40 2010
+++ src/lib/Makefile	Sat Aug  7 17:32:28 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.149 2010/02/03 15:34:40 roy Exp $
+#	$NetBSD: Makefile,v 1.150 2010/08/07 21:32:28 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -67,6 +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+=	../crypto/external/bsd/netpgp/lib
 .endif
 

Reply via email to