This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-28 20:30:57 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d815e42419
opnsense-src
/
usr.bin
/
ktrdump
/
Makefile
10 lines
89 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 00:41:13 -05:00
# $FreeBSD$
PROG
=
ktrdump
Convert to usr.bin/ to LIBADD Reduce overlinking
2014-11-25 09:29:10 -05:00
LIBADD
=
kvm
Add a man page. Submitted by: davidc
2002-04-01 23:26:37 -05: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 00:41:13 -05:00
Build usr.bin/ with WARNS=6 by default. Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 05:27:05 -05:00
WARNS
?=
2
ktrdump is a utility to dump the ktr trace buffer from userland. It can also be run on a core dump.
2002-04-01 00:41:13 -05:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink