Module Name: src Committed By: dholland Date: Sun Aug 11 06:48:46 UTC 2013
Modified Files: src/usr.bin/infocmp: Makefile Log Message: Passes WARNS=5, so don't set WARNS=4. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/infocmp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/infocmp/Makefile diff -u src/usr.bin/infocmp/Makefile:1.1 src/usr.bin/infocmp/Makefile:1.2 --- src/usr.bin/infocmp/Makefile:1.1 Wed Feb 3 15:16:33 2010 +++ src/usr.bin/infocmp/Makefile Sun Aug 11 06:48:46 2013 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2010/02/03 15:16:33 roy Exp $ +# $NetBSD: Makefile,v 1.2 2013/08/11 06:48:46 dholland Exp $ PROG= infocmp -WARNS= 4 CPPFLAGS+= -I${.CURDIR}/../../lib/libterminfo LDADD+= -lterminfo