This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
be6180cf89
freebsd-dev
/
usr.bin
/
ktrdump
/
Makefile
9 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
ktrdump is a utility to dump the ktr trace buffer from userland. It can also be run on a core dump.
2002-04-01 05:41:13 +00:00
# $FreeBSD$
PROG
=
ktrdump
Added missing DPADD detected by ``make checkdpadd''.
2002-06-06 11:30:57 +00:00
DPADD
=
${
LIBKVM
}
ktrdump is a utility to dump the ktr trace buffer from userland. It can also be run on a core dump.
2002-04-01 05:41:13 +00:00
LDADD
=
-lkvm
Add a man page. Submitted by: davidc
2002-04-02 04:26:37 +00:00
MAN
=
ktrdump.8
ktrdump is a utility to dump the ktr trace buffer from userland. It can also be run on a core dump.
2002-04-01 05:41:13 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink