document non-literal format strings
This commit is contained in:
parent
9ca5242243
commit
82c2d298ee
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.21 2006/12/16 12:59:17 bouyer Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2011/08/17 14:00:30 christos Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
.include <bsd.own.mk>
|
||||
@ -15,6 +15,8 @@ DPADD+= ${LIBUTIL}
|
||||
LDADD+= -lutil
|
||||
.endif
|
||||
|
||||
COPTS.xinstall.c += -Wno-format-nonliteral
|
||||
|
||||
|
||||
PROGNAME=install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user