1#	$NetBSD: Makefile.inc,v 1.3 2011/01/18 08:12:05 matt Exp $
2
3SRCS+=	strtof.c
4.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
5.if !defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32)
6SRCS+=	strtold_pQ.c
7SRCS+=	strtopQ.c
8.endif
9.endif
10