Sun Aug 28 09:39:44 2011 UTC ()
remove strpct copts


(christos)
diff -r1.4 -r1.5 src/tests/util/df/Makefile

cvs diff -r1.4 -r1.5 src/tests/util/df/Attic/Makefile (expand / switch to unified diff)

--- src/tests/util/df/Attic/Makefile 2011/08/28 09:02:51 1.4
+++ src/tests/util/df/Attic/Makefile 2011/08/28 09:39:44 1.5
@@ -1,29 +1,27 @@ @@ -1,29 +1,27 @@
1# $NetBSD: Makefile,v 1.4 2011/08/28 09:02:51 mbalmer Exp $ 1# $NetBSD: Makefile,v 1.5 2011/08/28 09:39:44 christos Exp $
2 2
3NOMAN= # defined 3NOMAN= # defined
4 4
5.include <bsd.own.mk> 5.include <bsd.own.mk>
6 6
7TESTSDIR= ${TESTSBASE}/util/df 7TESTSDIR= ${TESTSBASE}/util/df
8 8
9TESTS_SH= t_df 9TESTS_SH= t_df
10 10
11BINDIR= ${TESTSDIR} 11BINDIR= ${TESTSDIR}
12PROG= h_df 12PROG= h_df
13.PATH: ${NETBSDSRCDIR}/bin/df 13.PATH: ${NETBSDSRCDIR}/bin/df
14SRCS= df.c getmntinfo.c 14SRCS= df.c getmntinfo.c
15 15
16LDADD+= -lutil 16LDADD+= -lutil
17DPADD+= ${LIBUTIL} 17DPADD+= ${LIBUTIL}
18 18
19# Pass -DINTREE to make to test using humanize_number.c in source tree 19# Pass -DINTREE to make to test using humanize_number.c in source tree
20# directly instead of the one in libc. 20# directly instead of the one in libc.
21.if defined(INTREE) 21.if defined(INTREE)
22.PATH: ${NETBSDSRCDIR}/lib/libc/gen 22.PATH: ${NETBSDSRCDIR}/lib/libc/gen
23CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/include 23CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/include
24SRCS+= humanize_number.c 24SRCS+= humanize_number.c
25.endif 25.endif
26 26
27COPTS.strpct.c += -Wno-format-nonliteral 
28 
29.include <bsd.test.mk> 27.include <bsd.test.mk>