minix/lib/libc/arch/m68k/gdtoa/Makefile.inc

9 lines
155 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.4 2013/07/18 21:19:50 matt Exp $
SRCS+= strtof.c
.if ${MACHINE_ARCH} == "m68k"
SRCS+= strtold_pxL.c
SRCS+= strtopxL.c
.endif