d3501a4060
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.)
11 lines
225 B
Makefile
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"
|