mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
2de949cf85
Build them as part of the bootstrap-tools phase instead. Reviewed by: emaste (no objections) Differential Revision: https://reviews.freebsd.org/D28181
8 lines
182 B
Makefile
8 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
CSMAPPERDIR?= /usr/share/i18n/csmapper
|
|
# mkcsmapper builds as part of bootstrap-tools and can therefore be found in $PATH
|
|
MKCSMAPPER?= mkcsmapper
|