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
/
riscv
/
Makefile.inc
blob
43edc8aa19cf52d09e7fbdd9063fc72a09b04f7c
1
# $NetBSD: Makefile.inc,v 1.1 2014/09/19 17:36:25 matt Exp $
2
3
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
4
5
CPPFLAGS+= -I.
6
7
.if ${MKSOFTFLOAT} != "no"
8
.include <softfloat/Makefile.inc>
9
.endif