Module Name:    src
Committed By:   agc
Date:           Tue May 25 01:06:41 UTC 2010

Modified Files:
        src/crypto/external/bsd/netpgp/lib: Makefile

Log Message:
WARNS=5 now


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/netpgp/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/crypto/external/bsd/netpgp/lib/Makefile
diff -u src/crypto/external/bsd/netpgp/lib/Makefile:1.8 src/crypto/external/bsd/netpgp/lib/Makefile:1.9
--- src/crypto/external/bsd/netpgp/lib/Makefile:1.8	Sat Dec  5 07:17:29 2009
+++ src/crypto/external/bsd/netpgp/lib/Makefile	Tue May 25 01:06:41 2010
@@ -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
 

Reply via email to