freebsd-dev/usr.bin/ktrdump/Makefile
Dmitry Chagin 9e5aeba51b Fix warning about signed comparison and drop WARNS for ktrdump(8).
Reviewed By:		jhb, imp
MFC after:		1 week
Differential Revision:	https://reviews.freebsd.org/D29381
2021-03-24 10:51:25 +03:00

8 lines
78 B
Makefile

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