]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/mkcsmapper/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.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 NO_WMISSING_VARIABLE_DECLARATIONS=
9
10 .include "${.CURDIR}/Makefile.inc"
11 .include <bsd.prog.mk>