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
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
modules
/
k_uvm
/
Makefile
blob
d9c7a7b2d84f6ec63a85b9e23e7eeb4d7dfca315
1
# $NetBSD: Makefile,v 1.1 2012/02/17 22:36:50 jmmv Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
KMOD
=
k_uvm
6
KMODULEDIR
= ${
DESTDIR
}/${
TESTSBASE
}/
modules
/${
KMOD
}
7
8
SRCS
=
k_uvm.c
9
10
ATFFILE
=
no
11
NOMAN
=
# defined
12
13
.
include
<
bsd.
test
.mk
>
14
.
include
<
bsd.kmodule.mk
>