opnsense-src/usr.bin/ktrdump/Makefile
Dmitry Chagin b4dc951c41 Fix warning about signed comparison and drop WARNS for ktrdump(8).
Reviewed By:		jhb, imp
Differential Revision:	https://reviews.freebsd.org/D29381

(cherry picked from commit 9e5aeba51b)
2021-04-01 10:55:03 +03:00

7 lines
78 B
Makefile

# $FreeBSD$
PROG= ktrdump
LIBADD= kvm
MAN= ktrdump.8
.include <bsd.prog.mk>