xref: /freebsd/tools/tools/umastat/Makefile (revision d0b2dbfa)
1
2PROG=	umastat
3MAN=
4WARNS?=	3
5
6LIBADD=	kvm
7
8.include <bsd.prog.mk>
9