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 WARNS=5 now



details:   https://anonhg.NetBSD.org/src/rev/1c5b5c465999
branches:  trunk
changeset: 755164:1c5b5c465999
user:      agc <agc%NetBSD.org@localhost>
date:      Tue May 25 01:06:41 2010 +0000

description:
WARNS=5 now

diffstat:

 crypto/external/bsd/netpgp/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6c555f6baef -r 1c5b5c465999 crypto/external/bsd/netpgp/lib/Makefile
--- a/crypto/external/bsd/netpgp/lib/Makefile   Tue May 25 01:05:10 2010 +0000
+++ b/crypto/external/bsd/netpgp/lib/Makefile   Tue May 25 01:06:41 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/12/05 07:17:29 agc Exp $
+# $NetBSD: Makefile,v 1.9 2010/05/25 01:06:41 agc Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
 SRCS+= ssh2pgp.c fastctype.c bufgap.c
 CPPFLAGS+= -I${.CURDIR} -I${EXTDIST}/include
 MAN= libnetpgp.3
-WARNS=4
+WARNS=5
 
 EXTDIST=${.CURDIR}/../dist
 



Home | Main Index | Thread Index | Old Index