vm: fix a null dereference on out-of-memory
[minix.git] / lib / libc / arch / m68k / gdtoa / Makefile.inc
blob66da1e59d16d546cb49c60073cf351507e7775b9
1 #       $NetBSD: Makefile.inc,v 1.3 2006/03/21 22:50:13 he Exp $
3 SRCS+=  strtof.c
5 .if ${MACHINE_ARCH} != "m68000"
6 SRCS+=  strtold_pxL.c
7 SRCS+=  strtopxL.c
8 .endif