xref: /freebsd/usr.bin/mkesdb/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1 .PATH: ${SRCTOP}/lib/libc/iconv
2 
3 PROG=	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.
7 SRCS=	citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
8 	citrus_lookup_factory.c
9 .endif
10 
11 NO_WMISSING_VARIABLE_DECLARATIONS=
12 
13 .include "${.CURDIR}/Makefile.inc"
14 .include <bsd.prog.mk>
15