]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkesdb/Makefile
zfs: merge openzfs/zfs@2163cde45
[FreeBSD/FreeBSD.git] / usr.bin / mkesdb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/lib/libc/iconv
4
5 PROG=   mkesdb
6 .if defined(BOOTSTRAPPING)
7 # When bootstrapping, the host libc might not contain these expected symbols
8 # so compile them directly into the binary.
9 SRCS=   citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
10         citrus_lookup_factory.c
11 .endif
12
13 NO_WMISSING_VARIABLE_DECLARATIONS=
14
15 .include "${.CURDIR}/Makefile.inc"
16 .include <bsd.prog.mk>