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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
modules
/
tprof_pmi
/
Makefile
blob
3965b91e311ed0b247c838030d81f7d0abe8134f
1
# $NetBSD$
2
3
.
include
"../Makefile.inc"
4
5
CPPFLAGS
+=
6
7
.PATH
: ${
S
}/
arch
/
x86
/
x86
8
9
KMOD
=
tprof_pmi
10
SRCS
=
tprof_pmi.c
11
12
.
include
<
bsd.kmodule.mk
>