xref: /netbsd-src/tools/gettext/Makefile (revision 0c4ddb1599a0bea866fde8522a74cfbd2f68cd1b)
1#	$NetBSD: Makefile,v 1.4 2003/11/12 19:47:54 dbj Exp $
2
3.include <bsd.own.mk>
4
5MODULE=		gettext
6
7CONFIGURE_ARGS=	--program-transform-name="s,^,${_TOOL_PREFIX}," \
8			--with-included-gettext
9MAKE_ARGS=	MAKEINFO=${TOOL_MAKEINFO:Q}
10
11.include "${.CURDIR}/../Makefile.gnuhost"
12