Use the tools we built for host.

This commit is contained in:
Simon J. Gerraty 2013-10-17 20:02:36 +00:00
parent 802fd70f5f
commit 94f1465c68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=256700
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,9 @@
# $FreeBSD$
.include <bsd.own.mk>
CSMAPPERDIR?= /usr/share/i18n/csmapper
.if ${MK_STAGING} == "yes"
MKCSMAPPER= ${STAGE_HOST_OBJTOP}/usr/bin/mkcsmapper_static
.endif
MKCSMAPPER?= ${.OBJDIR}/../../../usr.bin/mkcsmapper_static/mkcsmapper_static

View File

@ -1,6 +1,11 @@
# $FreeBSD$
.include <bsd.own.mk>
.PATH: ${.CURDIR}
ESDBDIR?= /usr/share/i18n/esdb
.if ${MK_STAGING} == "yes"
MKESDB= ${STAGE_HOST_OBJTOP}/usr/bin/mkesdb_static
.endif
MKESDB?= ${.OBJDIR}/../../../usr.bin/mkesdb_static/mkesdb_static