Home | History | Annotate | Line # | Download | only in gettext
Makefile revision 1.1.2.1
      1 #	$NetBSD: Makefile,v 1.1.2.1 2004/07/12 21:36:18 he Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 MODULE=		gettext
      6 
      7 CONFIGURE_ARGS=	--program-transform-name="s,^,nb," \
      8 		--with-included-gettext
      9 MAKE_ARGS=	MAKEINFO=${MAKEINFO:Q}
     10 
     11 .include "${.CURDIR}/../Makefile.gnuhost"
     12