nvmfd: Move out of the base install and into tools/tools/nvmf

This is still useful as an example use of the APIs in libnvmf similar
to nvmfdd, but this functionality is now provided in the base system
by ctld.

Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin 2025-08-08 12:52:44 -04:00
parent 950a251823
commit 83dc2f3339
12 changed files with 4 additions and 1 deletions

View file

@ -51,6 +51,10 @@
# xargs -n1 | sort | uniq -d;
# done
# 20250808: nvmfd removed from base install
OLD_FILES+=usr/sbin/nvmfd
OLD_FILES+=usr/share/man/man8/nvmfd.8.gz
# 20250807: Replace lib/libgssapi with krb5/lib/gssapi
OLD_FILES+=usr/include/gssapi_krb5/gssapi.h
OLD_DIRS+=usr/include/gssapi_krb5/gssapi

View file

@ -56,7 +56,6 @@ SUBDIR= adduser \
nfsuserd \
nmtree \
nologin \
nvmfd \
pciconf \
periodic \
pnfsdscopymr \