80645e1ce5
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
9 lines
88 B
Makefile
9 lines
88 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= mlx-tools
|
|
|
|
PROG= mlx5tool
|
|
MAN= mlx5tool.8
|
|
|
|
.include <bsd.prog.mk>
|