diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index da89352eaa78..b5957f8d5b53 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -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 diff --git a/usr.sbin/mlx5tool/Makefile b/usr.sbin/mlx5tool/Makefile index 43b725516d2a..c8d0277c541d 100644 --- a/usr.sbin/mlx5tool/Makefile +++ b/usr.sbin/mlx5tool/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= mlx-tools + PROG= mlx5tool MAN= mlx5tool.8 diff --git a/usr.sbin/mlxcontrol/Makefile b/usr.sbin/mlxcontrol/Makefile index 5a425fd003da..3f2755bda929 100644 --- a/usr.sbin/mlxcontrol/Makefile +++ b/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