Index: release/packages/Makefile.package =================================================================== --- release/packages/Makefile.package +++ release/packages/Makefile.package @@ -67,6 +67,8 @@ 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 Index: usr.sbin/mlx5tool/Makefile =================================================================== --- usr.sbin/mlx5tool/Makefile +++ usr.sbin/mlx5tool/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= mlx-tools + PROG= mlx5tool MAN= mlx5tool.8 Index: usr.sbin/mlxcontrol/Makefile =================================================================== --- usr.sbin/mlxcontrol/Makefile +++ usr.sbin/mlxcontrol/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= mlx-tools + PROG= mlxcontrol MAN= mlxcontrol.8 SRCS= command.c config.c interface.c util.c