Module Name: src Committed By: christos Date: Sun Aug 28 09:39:44 UTC 2011
Modified Files: src/tests/util/df: Makefile Log Message: remove strpct copts To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/util/df/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/util/df/Makefile diff -u src/tests/util/df/Makefile:1.4 src/tests/util/df/Makefile:1.5 --- src/tests/util/df/Makefile:1.4 Sun Aug 28 05:02:51 2011 +++ src/tests/util/df/Makefile Sun Aug 28 05:39:44 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/08/28 09:02:51 mbalmer Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/28 09:39:44 christos Exp $ NOMAN= # defined @@ -24,6 +24,4 @@ SRCS+= humanize_number.c .endif -COPTS.strpct.c += -Wno-format-nonliteral - .include <bsd.test.mk>