Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib fix the build; we need libmj installed before compiling ...
details: https://anonhg.NetBSD.org/src/rev/a76eba85c491
branches: trunk
changeset: 756927:a76eba85c491
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 07 21:32:28 2010 +0000
description:
fix the build; we need libmj installed before compiling netpgp binaries.
diffstat:
lib/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 20266060ab10 -r a76eba85c491 lib/Makefile
--- a/lib/Makefile Sat Aug 07 21:28:40 2010 +0000
+++ b/lib/Makefile Sat Aug 07 21:32:28 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index