Add support for installing gmake as tools/bin/nbgmake

This commit is contained in:
jmc 2006-03-29 21:10:26 +00:00
parent 36787e1273
commit c9e6fd9591
1 changed files with 15 additions and 0 deletions

15
tools/gmake/Makefile Normal file
View File

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1 2006/03/29 21:10:26 jmc Exp $
#
GNUHOSTDIST= ${.CURDIR}/../../gnu/dist/gmake
CONFIGURE_ENV+= CC=${HOST_CC:Q} \
CFLAGS=${HOST_CFLAGS:Q} \
CPPFLAGS=${HOST_CPPFLAGS:Q} \
CXX=${HOST_CXX:Q}
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}g
.NOTPARALLEL:
.include "${.CURDIR}/../Makefile.gnuhost"