]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/mkcsmapper_static/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / mkcsmapper_static / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkcsmapper
4
5 PROG=   mkcsmapper_static
6 SRCS=   citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
7         citrus_lookup_factory.c citrus_pivot_factory.c
8 MAN=
9 NO_SHARED= yes
10
11 build-tools: mkcsmapper_static
12
13 .include "${.CURDIR}/../mkcsmapper/Makefile.inc"
14 .include <bsd.prog.mk>