opnsense-src/usr.sbin/mlx5tool/Makefile
Emmanuel Vadot a4e8cac918 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

(cherry picked from commit 80645e1ce5)
2022-01-05 18:23:49 +01:00

8 lines
88 B
Makefile

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