pkgbase: Put nvmecontrol in its own package

It doesn't really make sense to have it in runtime and let's not
bloat utilities more.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D36221
This commit is contained in:
Emmanuel Vadot 2022-07-22 09:58:11 +02:00
parent c898b54aff
commit 5f9db65d8a
3 changed files with 4 additions and 2 deletions

View File

@ -89,6 +89,8 @@ newsyslog_COMMENT= Newsyslog Utility
newsyslog_DESC= Newsyslog Utility
nfs_COMMENT= NFS Utilities
nfs_DESC= NFS Utilities
nvme-tools_COMMENT= NVME Utilities
nvme-tools_DESC= NVME Utilities
openssl_COMMENT= OpenSSL Library and Utility
openssl_DESC= OpenSSL Library and Utility
pkg-bootstrap_COMMENT= pkg bootstrap Utility

View File

@ -2,7 +2,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PACKAGE=nvme-tools
PROG= nvmecontrol
SRCS= comnd.c nvmecontrol.c
SRCS+= devlist.c firmware.c format.c identify.c logpage.c ns.c nsid.c

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=nvme-tools
NVMECONTROLDIR= ${SRCTOP}/sbin/nvmecontrol
MK_INSTALLLIB= no