UPDATING: add note that API/ABI for RPC services for the kernel has changed
[freebsd/src.git] / stand / ficl.mk
bloba2cfca9fc3bba8433aaa9ddb13504fa03dab074e
2 # Common flags to build FICL related files
4 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
5 FICL_CPUARCH= i386
6 .else
7 FICL_CPUARCH= ${MACHINE_CPUARCH}
8 .endif
10 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
11 CFLAGS+= -fPIC
12 .endif
14 CFLAGS+= -I${FICLSRC} -I${FICLSRC}/${FICL_CPUARCH} -I${LDRSRC}
15 CFLAGS+= -DBF_DICTSIZE=30000
17 .include "${BOOTSRC}/veriexec.mk"