Home | History | Annotate | Line # | Download | only in mpfr
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2011/06/20 05:56:45 mrg Exp $
      2 #
      3 
      4 GNUHOSTDIST=	${.CURDIR}/../../external/lgpl3/mpfr/dist
      5 
      6 CONFIGURE_ARGS+=	--with-gmp=${TOOLDIR:Q}
      7 
      8 CONFIGURE_ARGS+=--disable-shared
      9 
     10 .include "${.CURDIR}/../Makefile.gnuhost"
     11