]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/mkesdb/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 .include "${.CURDIR}/Makefile.inc"
9 .include <bsd.prog.mk>