xref: /freebsd/usr.bin/mkcsmapper/Makefile (revision 55a2a91c5e1bb39dd625ba56597608883fbcb318)
1.PATH: ${SRCTOP}/lib/libc/iconv
2
3PROG=	mkcsmapper
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 citrus_pivot_factory.c
9.endif
10LDFLAGS+= -L${SRCTOP}/lib/libc
11
12NO_WMISSING_VARIABLE_DECLARATIONS=
13
14.include "${.CURDIR}/Makefile.inc"
15.include <bsd.prog.mk>
16