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