e376aa8308
add host tools : mkcsmapper and mkesdb mkcsmapper - coded character set mapping table compiler mkesdb - encoding scheme database compiler
7 lines
166 B
Makefile
7 lines
166 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/06/26 06:30:20 tshiozak Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}mkesdb
|
|
HOST_SRCDIR= usr.bin/mkesdb
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|