]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkesdb_static/Makefile
Merge OpenSSL 1.0.1p.
[FreeBSD/FreeBSD.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 MAN=
9 NO_SHARED= yes
10 .if ${MACHINE} == "host"
11 NO_WARNS= yes
12 .endif
13
14 build-tools: mkesdb_static
15
16 .include "${.CURDIR}/../mkesdb/Makefile.inc"
17 .include <bsd.prog.mk>