]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.bin/mkcsmapper/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>