]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/mkesdb/Makefile
Add casts to work around harmless -Werror warnings from clang 10.0.0,
[FreeBSD/stable/10.git] / usr.bin / mkesdb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../lib/libc/iconv
4
5 PROG=   mkesdb
6 LDFLAGS+= -L${.OBJDIR}/../../lib/libc
7
8 NO_WMISSING_VARIABLE_DECLARATIONS=
9
10 .include "${.CURDIR}/Makefile.inc"
11 .include <bsd.prog.mk>