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
arm: protect state after signal handler
[minix.git]
/
sys
/
arch
/
arm
/
Makefile
blob
b92c71b9b71237956c82ace351ce14a4b41db7d0
1
# $NetBSD: Makefile,v 1.8 2008/06/25 03:33:39 matt Exp $
2
3
SUBDIR
=
include
.WAIT
include
/
arm26
include
/
arm32
4
5
.
ifndef
__MINIX
6
# install footbridge headers.
7
SUBDIR
+=
footbridge
8
.
endif
9
10
.
include
<
bsd.kinc.mk
>