pax: workaround for mkstemp() and long filenames
[minix.git] / tools / file / Makefile
blob40da916e939549cad7e3bafbf8e41c61ae90b203
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} \
9 CXX=${HOST_CXX:Q}
11 CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} --disable-shared \
12 --disable-warnings
14 .NOTPARALLEL:
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"
21 .endif