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