repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
lib
/
libc
/
arch
/
m68k
/
gdtoa
/
Makefile.inc
blob
ee69deb225b94f5e61edf13d784e8e312a3b4042
1
# $NetBSD: Makefile.inc,v 1.5 2014/03/18 18:20:37 riastradh Exp $
2
3
SRCS+= strtof.c
4
5
.if ${MACHINE_ARCH} == "m68k"
6
SRCS+= strtold_pxL.c
7
SRCS+= strtopxL.c
8
.endif