repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix a null dereference on out-of-memory
[minix.git]
/
lib
/
libc
/
arch
/
m68k
/
gdtoa
/
Makefile.inc
blob
66da1e59d16d546cb49c60073cf351507e7775b9
1
# $NetBSD: Makefile.inc,v 1.3 2006/03/21 22:50:13 he Exp $
2
3
SRCS+= strtof.c
4
5
.if ${MACHINE_ARCH} != "m68000"
6
SRCS+= strtold_pxL.c
7
SRCS+= strtopxL.c
8
.endif