]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/mkesdb_static/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / mkesdb_static / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkesdb
4
5 PROG=   mkesdb_static
6 SRCS=   citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
7         citrus_lookup_factory.c
8 NO_MAN= yes
9 NO_SHARED= yes
10
11 build-tools: mkesdb_static
12
13 .include "${.CURDIR}/../mkesdb/Makefile.inc"
14 .include <bsd.prog.mk>