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
)
This commit is contained in:
parent
8fe89b718a
commit
a4e8cac918
@ -63,6 +63,8 @@ kernel_COMMENT= FreeBSD Kernel
|
||||
kernel_DESC= FreeBSD Kernel
|
||||
manuals_COMMENT= Manual Pages
|
||||
manuals_DESC= Manual Pages
|
||||
mlx-tools_COMMENT= Mellanox Utilities
|
||||
mlx-tools_DESC= Mellanox Utilities
|
||||
nfs_COMMENT= NFS Utilities
|
||||
nfs_DESC= NFS Utilities
|
||||
openssl_COMMENT= OpenSSL Library and Utility
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= mlx-tools
|
||||
|
||||
PROG= mlx5tool
|
||||
MAN= mlx5tool.8
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= mlx-tools
|
||||
|
||||
PROG= mlxcontrol
|
||||
MAN= mlxcontrol.8
|
||||
SRCS= command.c config.c interface.c util.c
|
||||
|
Loading…
Reference in New Issue
Block a user