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