]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkesdb/Makefile
Import libc++ trunk r165949. Among other improvements and bug fixes,
[FreeBSD/FreeBSD.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>