NetBSD/tools/gettext/Makefile
tv d3501a4060 Add gettext to tools.
For now this is a maintainer-tool only; none of the NetBSD build needs to
run msgfmt as of yet.  (However, its presence is needed to make the
mknative part of src/tools/toolchain produce the same output as a truly
"native" GNU configury of the toolchain.)
2002-02-26 18:14:40 +00:00

11 lines
225 B
Makefile

# $NetBSD: Makefile,v 1.1 2002/02/26 18:14:40 tv Exp $
.include <bsd.own.mk>
MODULE= gettext
CONFIGURE_ARGS= --program-transform-name="s,^,nb,"
MAKE_ARGS= MAKEINFO=${MAKEINFO:Q}
.include "${.CURDIR}/../Makefile.gnuhost"