b6cbf7203b
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.
8 lines
155 B
Makefile
8 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
|