]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/mkcsmapper/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.bin / mkcsmapper / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../lib/libc/iconv
4
5 PROG=   mkcsmapper
6 LDFLAGS+= -L${.CURDIR}/../../lib/libc
7
8 .include "${.CURDIR}/Makefile.inc"
9 .include <bsd.prog.mk>