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]
/
tests
/
modules
/
k_helper2
/
Makefile
blob
ae337331abf68c6cfd2645226e5dd37d62018675
1
# $NetBSD: Makefile,v 1.1 2010/08/21 13:21:48 pgoyette Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
KMOD
=
k_helper2
6
KMODULEDIR
= ${
DESTDIR
}/${
TESTSBASE
}/
modules
/${
KMOD
}
7
8
SRCS
=
k_helper2.c
9
10
ATFFILE
=
no
11
NOMAN
=
# defined
12
13
.
include
<
bsd.
test
.mk
>
14
.
include
<
bsd.kmodule.mk
>