]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkcsmapper/Makefile
ena: Upgrade ena-com to freebsd v2.7.0
[FreeBSD/FreeBSD.git] / usr.bin / mkcsmapper / Makefile
1
2 .PATH: ${SRCTOP}/lib/libc/iconv
3
4 PROG=   mkcsmapper
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 citrus_pivot_factory.c
10 .endif
11 LDFLAGS+= -L${SRCTOP}/lib/libc
12
13 NO_WMISSING_VARIABLE_DECLARATIONS=
14
15 .include "${.CURDIR}/Makefile.inc"
16 .include <bsd.prog.mk>