Makefile revision 319186
1# $FreeBSD: stable/11/usr.bin/mkesdb/Makefile 319186 2017-05-30 04:27:05Z ngie $
2
3.PATH: ${SRCTOP}/lib/libc/iconv
4
5PROG=	mkesdb
6
7NO_WMISSING_VARIABLE_DECLARATIONS=
8
9.include "${.CURDIR}/Makefile.inc"
10.include <bsd.prog.mk>
11