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
6a38fe7c3a
freebsd-dev
/
usr.bin
/
ktrdump
/
Makefile
8 lines
79 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
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