summaryrefslogtreecommitdiff
path: root/tools/gettext/Makefile
blob: 9aa0fe21ed7a8f9a965aae1be43e23d4d5aca8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.8 2018/05/01 19:59:47 christos Exp $

.include <bsd.hostinit.mk>

MODULE=		gettext

CONFIGURE_ARGS=	--program-transform-name="s,^,${_TOOL_PREFIX}," \
			--with-included-gettext --disable-csharp
CONFIGURE_ENV+=	EMACS=no
MAKE_ARGS=	MAKEINFO=${TOOL_MAKEINFO:Q}

.include "${.CURDIR}/../Makefile.gnuhost"
4 02:10:35 +0000'>2005-02-04de-__Pperry 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr 2002-10-23merge kqueue branch into -currentjdolecek