1# $OpenBSD: Makefile.inc,v 1.9 2018/06/22 15:18:50 kettenis Exp $ 2# $NetBSD: Makefile.inc,v 1.5 2002/07/10 04:29:06 thorpej Exp $ 3 4.include <bsd.own.mk> 5 6CERROR= cerror.S 7 8# Override softfloat implementations of FP mode control functions 9.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/gen 10 11SOFTFLOAT_BITS=32 12.include <arch/arm/softfloat/Makefile.inc> 13 14.include <arch/arm/dlfcn/Makefile.inc> 15