don't gate ctl{d,adm} behind MK_ISCSI

These are no longer specific to iSCSI; always build them.

Reviewed by:	kevans, jhb
Approved by:	kevans (mentor)
Differential Revision:	https://reviews.freebsd.org/D50625
This commit is contained in:
Lexi Winter 2025-06-01 03:04:37 +01:00
parent 970a71e1ef
commit 08419bf194
2 changed files with 7 additions and 5 deletions

View file

@ -114,6 +114,10 @@ CONFGROUPS+= CRON
CRON+= cron
CRONPACKAGE= cron
CONFGROUPS+= CTL
CTL= ctld
CTLPACKAGE= ctl
CONFGROUPS+= NFS
NFS= lockd \
mountd \
@ -263,10 +267,6 @@ CONFGROUPS+= ISCSI
ISCSI= iscsictl \
iscsid
ISCSIPACKAGE= iscsi
CONFGROUPS+= CTL
CTL= ctld
CTLPACKAGE= ctl
.endif
.if ${MK_JAIL} != "no"

View file

@ -14,6 +14,8 @@ SUBDIR= adduser \
clear_locks \
crashinfo \
cron \
ctld \
ctladm \
daemon \
dconschat \
devctl \
@ -153,7 +155,7 @@ SUBDIR.${MK_INET6}+= rtsold
SUBDIR.${MK_INET6}+= traceroute6
SUBDIR.${MK_INETD}+= inetd
SUBDIR.${MK_IPFW}+= ipfwpcap
SUBDIR.${MK_ISCSI}+= ctladm ctld iscsid
SUBDIR.${MK_ISCSI}+= iscsid
SUBDIR.${MK_JAIL}+= jail
SUBDIR.${MK_JAIL}+= jexec
SUBDIR.${MK_JAIL}+= jls