]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkesdb/Makefile
renice: Clean up the tests a bit.
[FreeBSD/FreeBSD.git] / usr.bin / mkesdb / Makefile
1
2 .PATH: ${SRCTOP}/lib/libc/iconv
3
4 PROG=   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.
8 SRCS=   citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
9         citrus_lookup_factory.c
10 .endif
11
12 NO_WMISSING_VARIABLE_DECLARATIONS=
13
14 .include "${.CURDIR}/Makefile.inc"
15 .include <bsd.prog.mk>