mirror of
https://github.com/opnsense/src.git
synced 2026-05-17 19:50:52 -04:00
Reviewed By: jhb, imp
Differential Revision: https://reviews.freebsd.org/D29381
(cherry picked from commit 9e5aeba51b)
7 lines
78 B
Makefile
7 lines
78 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ktrdump
|
|
LIBADD= kvm
|
|
MAN= ktrdump.8
|
|
|
|
.include <bsd.prog.mk>
|