Home | History | Annotate | Line # | Download | only in msgfmt
      1 #	$NetBSD: Makefile,v 1.1 2016/01/12 22:58:01 christos Exp $
      2 
      3 PROG=	msgfmt
      4 
      5 .include "${.CURDIR}/../Makefile.inc.prog"
      6 
      7 CPPFLAGS+=-I${DIST}/gettext-runtime/intl
      8 
      9 CWARNFLAGS.clang+=	-Wno-format-extra-args
     10