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]
/
sys
/
modules
/
tprof
/
Makefile
blob
01fd52b6e67e84465b1e59d4c13079a2defda985
1
# $NetBSD$
2
3
.
include
"../Makefile.inc"
4
5
CPPFLAGS
+=
6
7
.PATH
: ${
S
}/
dev
/
tprof
8
9
KMOD
=
tprof
10
SRCS
=
tprof.c
11
12
.
include
<
bsd.kmodule.mk
>