xref: /freebsd/usr.bin/mkcsmapper/Makefile (revision b64c5a0ace59af62eff52bfe110a521dc73c937b)
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