repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
tests
/
modules
/
k_helper
/
Makefile
blob
6e84abbb0dc66cb1e03fd7c632d7db3f1d5a640b
1
# $NetBSD: Makefile,v 1.3 2008/05/05 19:33:09 jmmv Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
KMOD
=
k_helper
6
KMODULEDIR
= ${
DESTDIR
}/${
TESTSBASE
}/
modules
/${
KMOD
}
7
8
SRCS
=
k_helper.c
9
10
NOATFFILE
=
# defined
11
NOMAN
=
# defined
12
13
.
include
<
bsd.
test
.mk
>
14
.
include
<
bsd.kmodule.mk
>