mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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:
parent
c898b54aff
commit
5f9db65d8a
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE=runtime
|
||||
PACKAGE=nvme-tools
|
||||
NVMECONTROLDIR= ${SRCTOP}/sbin/nvmecontrol
|
||||
|
||||
MK_INSTALLLIB= no
|
||||
|
Loading…
Reference in New Issue
Block a user