freebsd-dev/usr.sbin/mlx5tool/Makefile
Emmanuel Vadot 80645e1ce5 pkgbase: Create a mlx-tools package
mlx* are only useful for users who have a Mellanox card.
Create a package for it so users that don't have this card can
avoid having this program.

Differential Revision:	https://reviews.freebsd.org/D31795
2021-09-07 10:20:16 +02:00

9 lines
88 B
Makefile

# $FreeBSD$
PACKAGE= mlx-tools
PROG= mlx5tool
MAN= mlx5tool.8
.include <bsd.prog.mk>