mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
Reviewed By: jhb, imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D29381
7 lines
78 B
Makefile
7 lines
78 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ktrdump
|
|
LIBADD= kvm
|
|
MAN= ktrdump.8
|
|
|
|
.include <bsd.prog.mk>
|