xref: /freebsd/usr.bin/mkesdb/Makefile (revision d9a9f23d0b3f1676d5656b76301341c0037d15b7)
1
2.PATH: ${SRCTOP}/lib/libc/iconv
3
4PROG=	mkesdb
5.if defined(BOOTSTRAPPING)
6# When bootstrapping, the host libc might not contain these expected symbols
7# so compile them directly into the binary.
8SRCS=	citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
9	citrus_lookup_factory.c
10.endif
11
12NO_WMISSING_VARIABLE_DECLARATIONS=
13
14.include "${.CURDIR}/Makefile.inc"
15.include <bsd.prog.mk>
16