document non-literal format strings
This commit is contained in:
parent
5a1e6eb35b
commit
9590e2915d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2003/07/25 03:21:17 atatat Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2011/08/17 13:22:33 christos Exp $
|
||||
|
||||
PROG= stat
|
||||
|
||||
|
@ -7,4 +7,6 @@ LINKS= ${BINDIR}/stat ${BINDIR}/readlink
|
|||
MLINKS= stat.1 readlink.1
|
||||
.endif
|
||||
|
||||
COPTS.stat.c += -Wno-format-nonliteral
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue