mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
nvmecontrol: Always build instead of being conditional on WITH_NVME
This now builds fine on all platforms so always include it similar to other tools such as camcontrol. Reviewed by: imp, emaste Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D44842 (cherry picked from commit 2d51a9898e26c87586ba50e71b6b3fdf1591713d)
This commit is contained in:
parent
8f586587da
commit
a3a8eabcdc
1 changed files with 1 additions and 1 deletions
|
|
@ -52,6 +52,7 @@ SUBDIR=adjkerntz \
|
|||
newfs_msdos \
|
||||
nfsiod \
|
||||
nos-tun \
|
||||
nvmecontrol \
|
||||
pfilctl \
|
||||
rcorder \
|
||||
reboot \
|
||||
|
|
@ -78,7 +79,6 @@ SUBDIR.${MK_INET6}+= rtsol
|
|||
SUBDIR.${MK_IPFILTER}+= ipf
|
||||
SUBDIR.${MK_IPFW}+= ipfw
|
||||
SUBDIR.${MK_IPFW}+= natd
|
||||
SUBDIR.${MK_NVME}+= nvmecontrol
|
||||
SUBDIR.${MK_OPENSSL}+= decryptcore
|
||||
SUBDIR.${MK_PF}+= pfctl
|
||||
SUBDIR.${MK_PF}+= pflogd
|
||||
|
|
|
|||
Loading…
Reference in a new issue