indent(1): Use NULL instead of zero for pointers.
[freebsd-src.git] / usr.bin / mkesdb_static / Makefile
blob9ce020920808c089d6c0ca414f2bb8141e047488
1 # $FreeBSD$
3 .PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkesdb
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 NO_WMISSING_VARIABLE_DECLARATIONS=
12 build-tools: mkesdb_static
14 .include "${.CURDIR}/../mkesdb/Makefile.inc"
15 .include <bsd.prog.mk>
17 ${PROG}: ${BUILD_TOOLS_META}