minix/lib/nbsd_libc/arch/m68k/gdtoa/Makefile.inc
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
This patch imports the unmodified current version of NetBSD libc.
The NetBSD includes are in /nbsd_include, while the libc code itself is 
split between lib/nbsd_libc and common/lib/libc.
2011-02-14 19:36:03 +00:00

9 lines
155 B
Makefile

# $NetBSD: Makefile.inc,v 1.3 2006/03/21 22:50:13 he Exp $
SRCS+= strtof.c
.if ${MACHINE_ARCH} != "m68000"
SRCS+= strtold_pxL.c
SRCS+= strtopxL.c
.endif