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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
regress
/
sys
/
kern
/
callout1
/
Makefile
blob
0434e472e77a8c136921147a9154eb896e0581cb
1
# $NetBSD: Makefile,v 1.3 2007/02/24 15:25:23 yamt Exp $
2
3
KMOD
=
callout1_test
4
5
NOMAN
=
6
7
.PATH
: ${
.CURDIR
}/
..
/
lkmcommon
8
9
SRCS
=
lkminit_test.c test_callout1.c
10
CPPFLAGS
+=-
DLKMENTRY
=
callout1_test_lkmentry
11
12
.
include
<
bsd.kmod.mk
>
13
.
include
<
bsd.subdir.mk
>