xref: /freebsd/usr.bin/mkesdb/Makefile (revision 96190b4fef3b4a0cc3ca0606b0c4e3e69a5e6717)
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