mirror of
https://github.com/opnsense/src.git
synced 2026-05-27 20:02:43 -04:00
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)
8 lines
88 B
Makefile
8 lines
88 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= mlx-tools
|
|
|
|
PROG= mlx5tool
|
|
MAN= mlx5tool.8
|
|
|
|
.include <bsd.prog.mk>
|