Module Name: othersrc Committed By: agc Date: Tue Sep 1 03:47:50 UTC 2015
Modified Files: othersrc/external/bsd/progress/lib: Makefile Log Message: Bump library WARNS to 5 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/progress/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/external/bsd/progress/lib/Makefile diff -u othersrc/external/bsd/progress/lib/Makefile:1.1.1.1 othersrc/external/bsd/progress/lib/Makefile:1.2 --- othersrc/external/bsd/progress/lib/Makefile:1.1.1.1 Mon May 7 03:36:59 2012 +++ othersrc/external/bsd/progress/lib/Makefile Tue Sep 1 03:47:50 2015 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/07 03:36:59 agc Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/01 03:47:50 agc Exp $ USE_FORT?= yes LIB=progress SRCS=progress.c -WARNS=4 +WARNS=5 CPPFLAGS+= -I${.CURDIR} -I${EXTDIST} MAN=libprogress.3