summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrdump/Makefile
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-04-01 05:41:13 +0000
committerjake <jake@FreeBSD.org>2002-04-01 05:41:13 +0000
commitead60301646a22ed9af4f24a5946e69e2e92a46c (patch)
tree3a670140890b0889f6fb21fd35b5186ac5ddda3d /usr.bin/ktrdump/Makefile
parentf9f52274db8c5c9f808b66146813a7c7adf790fc (diff)
downloadFreeBSD-src-ead60301646a22ed9af4f24a5946e69e2e92a46c.zip
FreeBSD-src-ead60301646a22ed9af4f24a5946e69e2e92a46c.tar.gz
ktrdump is a utility to dump the ktr trace buffer from userland. It can
also be run on a core dump.
Diffstat (limited to 'usr.bin/ktrdump/Makefile')
-rw-r--r--usr.bin/ktrdump/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/ktrdump/Makefile b/usr.bin/ktrdump/Makefile
new file mode 100644
index 0000000..e8969ee
--- /dev/null
+++ b/usr.bin/ktrdump/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+PROG= ktrdump
+NOMAN=
+LDADD= -lkvm
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud