Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/netpgp/lib Hook minimalist JSON implemen...
details: https://anonhg.NetBSD.org/src/rev/921bbe8496c4
branches: trunk
changeset: 756607:921bbe8496c4
user: agc <agc%NetBSD.org@localhost>
date: Mon Jul 26 06:40:38 2010 +0000
description:
Hook minimalist JSON implementation into the BSD build
diffstat:
crypto/external/bsd/netpgp/lib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f1dc78cddde3 -r 921bbe8496c4 crypto/external/bsd/netpgp/lib/Makefile
--- a/crypto/external/bsd/netpgp/lib/Makefile Mon Jul 26 06:39:43 2010 +0000
+++ b/crypto/external/bsd/netpgp/lib/Makefile Mon Jul 26 06:40:38 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/05/25 01:06:41 agc Exp $
+# $NetBSD: Makefile,v 1.10 2010/07/26 06:40:38 agc Exp $
.include <bsd.own.mk>
@@ -10,6 +10,7 @@
SRCS+= packet-print.c packet-show.c reader.c signature.c
SRCS+= symmetric.c validate.c writer.c
SRCS+= ssh2pgp.c fastctype.c bufgap.c
+SRCS+= mj.c
CPPFLAGS+= -I${.CURDIR} -I${EXTDIST}/include
MAN= libnetpgp.3
WARNS=5
Home |
Main Index |
Thread Index |
Old Index