NetBSD/external/bsd/pkg_install/sbin/pkg_info/Makefile
joerg a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00

14 lines
249 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/05/26 12:56:26 joerg Exp $
# Original from FreeBSD, no rcs id
PROG= pkg_info
SRCS= main.c perform.c show.c
.include <bsd.init.mk>
.PATH: ${DIST}/info
CWARNFLAGS.clang+= -Wno-format-security
.include <bsd.prog.mk>