2de949cf85
Build them as part of the bootstrap-tools phase instead. Reviewed by: emaste (no objections) Differential Revision: https://reviews.freebsd.org/D28181
10 lines
181 B
Makefile
10 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
ESDBDIR?= /usr/share/i18n/esdb
|
|
# mkesdb builds as part of bootstrap-tools and can therefore be found in $PATH
|
|
MKESDB?= mkesdb
|