1 # $NetBSD: Makefile,v 1.7 2012/04/15 08:37:33 mrg Exp $
4 GNUHOSTDIST
= ${.CURDIR
}/..
/..
/external
/bsd
/file
/dist
6 CONFIGURE_ENV
+= CC
=${HOST_CC
:Q
} \
7 CFLAGS
=${HOST_CFLAGS
:Q
} \
8 CPPFLAGS
=${HOST_CPPFLAGS
:Q
} \
11 CONFIGURE_ARGS
= --program-prefix
=${_TOOL_PREFIX} --disable-shared \
16 .
include "${.CURDIR}/../Makefile.gnuhost"
18 .if
${HOST_OSTYPE
:C
/\
-.
*//} != "Minix"
19 # Force avoiding possibly non-executable install-sh.
20 CONFIGURE_ENV
+= ac_cv_path_mkdir
="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"