Makefile.inc revision 1.5
1#	$NetBSD: Makefile.inc,v 1.5 2021/04/25 23:45:58 christos Exp $
2
3SRCS+=	strtof.c
4.if ${MACHINE_MIPS64}
5.if !defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32)
6SRCS+=	strtold_pQ.c
7SRCS+=	strtopQ.c
8.endif
9.endif
10