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
libutil: add O_NOCTTY back to old pty open code
[minix.git]
/
lib
/
libc
/
arch
/
powerpc
/
Makefile.inc
blob
519090484ff60d73cc8d221591a9cf73ac4fc5ba
1
# $NetBSD: Makefile.inc,v 1.13 2011/01/17 08:23:53 matt Exp $
2
3
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
4
5
CPPFLAGS+= -I.
6
7
.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
8
.include <softfloat/Makefile.inc>
9
.endif