blob: a75e180a5660e9365a6562ece482370d6aea9123 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.4 2012/05/09 07:59:23 joerg Exp $
PROG= msgfmt
.include <bsd.prog.mk>
.include "${.CURDIR}/../Makefile.inc.prog"
CPPFLAGS+=-I${DIST}/gettext/gettext-runtime/intl
CWARNFLAGS.clang+= -Wno-format-extra-args
|