This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-28 11:57:28 +00:00
Code
Issues
Releases
Activity
01cc221b4c
freebsd
/
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