Index: release/packages/Makefile.package =================================================================== --- release/packages/Makefile.package +++ release/packages/Makefile.package @@ -89,6 +89,8 @@ newsyslog_DESC= Newsyslog Utility nfs_COMMENT= NFS Utilities nfs_DESC= NFS Utilities +nvmecontrol_COMMENT= NVME Utilities +nvmecontrol_DESC= NVME Utilities openssl_COMMENT= OpenSSL Library and Utility openssl_DESC= OpenSSL Library and Utility opie_COMMENT= OPIE Utilities Index: sbin/nvmecontrol/Makefile =================================================================== --- sbin/nvmecontrol/Makefile +++ sbin/nvmecontrol/Makefile @@ -2,7 +2,7 @@ .include -PACKAGE=runtime +PACKAGE=nvmecontrol PROG= nvmecontrol SRCS= comnd.c nvmecontrol.c SRCS+= devlist.c firmware.c format.c identify.c logpage.c ns.c nsid.c Index: sbin/nvmecontrol/modules/Makefile.inc =================================================================== --- sbin/nvmecontrol/modules/Makefile.inc +++ sbin/nvmecontrol/modules/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -PACKAGE=runtime +PACKAGE=nvmecontrol NVMECONTROLDIR= ${SRCTOP}/sbin/nvmecontrol MK_INSTALLLIB= no