]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/mkesdb/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[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>