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
/
powerpc
/
Makefile.inc
blob
bbe362e004c16a816a9b0090e24de6020dc620f6
1
# $NetBSD: Makefile.inc,v 1.14 2013/08/30 21:28:59 matt Exp $
2
3
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
4
SRCS+= powerpc_initfini.c
5
6
CPPFLAGS+= -I.
7
8
.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
9
.include <softfloat/Makefile.inc>
10
.endif