1# $FreeBSD: releng/11.0/share/i18n/esdb/Makefile.inc 284345 2015-06-13 19:20:56Z sjg $
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}
6
7ESDBDIR?= /usr/share/i18n/esdb
8.if ${MK_STAGING} == "yes"
9MKESDB= ${STAGE_HOST_OBJTOP}/usr/bin/mkesdb_static
10.endif
11MKESDB?= ${.OBJDIR}/../../../usr.bin/mkesdb_static/mkesdb_static
12