1219019Sgabor# $FreeBSD$
2219019Sgabor
3219019Sgabor.PATH: ${.CURDIR}/../../lib/libc/iconv
4219019Sgabor
5219019SgaborPROG=	mkesdb
6219019SgaborLDFLAGS+= -L${.OBJDIR}/../../lib/libc
7219019Sgabor
8250938SedNO_WMISSING_VARIABLE_DECLARATIONS=
9250938Sed
10219019Sgabor.include "${.CURDIR}/Makefile.inc"
11219019Sgabor.include <bsd.prog.mk>
12