1 1.6 christos # $NetBSD: Makefile,v 1.6 2009/05/08 17:45:22 christos Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.6 christos GNUHOSTDIST= ${.CURDIR}/../../external/bsd/file/dist 5 1.1 pooka 6 1.3 jmc CONFIGURE_ENV+= CC=${HOST_CC:Q} \ 7 1.3 jmc CFLAGS=${HOST_CFLAGS:Q} \ 8 1.3 jmc CPPFLAGS=${HOST_CPPFLAGS:Q} \ 9 1.3 jmc CXX=${HOST_CXX:Q} 10 1.3 jmc 11 1.5 lukem CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} --disable-shared \ 12 1.5 lukem --disable-warnings 13 1.2 gson 14 1.2 gson .NOTPARALLEL: 15 1.1 pooka 16 1.1 pooka .include "${.CURDIR}/../Makefile.gnuhost" 17