]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkcsmapper/Makefile
diff: read whole files to determine if they are ASCII text
[FreeBSD/FreeBSD.git] / usr.bin / mkcsmapper / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/lib/libc/iconv
4
5 PROG=   mkcsmapper
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 citrus_pivot_factory.c
11 .endif
12 LDFLAGS+= -L${SRCTOP}/lib/libc
13
14 NO_WMISSING_VARIABLE_DECLARATIONS=
15
16 .include "${.CURDIR}/Makefile.inc"
17 .include <bsd.prog.mk>