]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkcsmapper_static/Makefile
Increase the space we use after the kernel to 8MiB. On 2GiB HiKey board we
[FreeBSD/FreeBSD.git] / usr.bin / mkcsmapper_static / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkcsmapper
4
5 PROG=   mkcsmapper_static
6 SRCS=   citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
7         citrus_lookup_factory.c citrus_pivot_factory.c
8 MAN=
9 NO_SHARED= yes
10 .if ${MACHINE} == "host"
11 NO_WARNS= yes
12 .endif
13
14 build-tools: mkcsmapper_static
15
16 .include "${.CURDIR}/../mkcsmapper/Makefile.inc"
17 .include <bsd.prog.mk>