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
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
rump
/
kernspace
/
Makefile
blob
4f8f9d6de4aa8bc4df80637c0301a32d9db6f7f6
1
# $NetBSD: Makefile,v 1.5 2011/01/14 13:08:00 pooka Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
LIB
=
kernspace
7
SRCS
=
thread.c busypage.c tsleep.c alloc.c lockme.c sendsig.c
8
9
RUMPTOP
=${
NETBSDSRCDIR
}/
sys
/
rump
10
11
LIBISPRIVATE
=
12
13
.
include
"${RUMPTOP}/Makefile.rump"
14
.
include
<
bsd.lib.mk
>
15
.
include
<
bsd.klinks.mk
>