repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
lib
/
libc
/
arch
/
m68k
/
gdtoa
/
Makefile.inc
blob
7c0004624f3f271b72294c1277e37195ca293ada
1
# $NetBSD: Makefile.inc,v 1.2 2006/03/20 09:52:23 kleink Exp $
2
3
SRCS+= strtof.c
4
5
.if ${MACHINE_ARCH} != "m68000"
6
SRCS+= strtold_pxL.c
7
SRCS+= strtopxL.c
8
.endif