mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
depend-cleanup: Handle ctld moving from C to C++
Reviewed by: asomers Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D49140
This commit is contained in:
parent
839d0755fe
commit
7feee915ac
1 changed files with 9 additions and 0 deletions
|
|
@ -337,3 +337,12 @@ if [ $MACHINE_ARCH = aarch64 ]; then
|
|||
# 20250110 3f224333af16 add timingsafe_memcmp() assembly implementation
|
||||
ALL_libcompats= clean_dep lib/libc timingsafe_memcmp c
|
||||
fi
|
||||
|
||||
# 20250402 839d0755fea8 ctld converted to C++
|
||||
clean_dep usr.sbin/ctld ctld c
|
||||
clean_dep usr.sbin/ctld conf c
|
||||
clean_dep usr.sbin/ctld discovery c
|
||||
clean_dep usr.sbin/ctld isns c
|
||||
clean_dep usr.sbin/ctld kernel c
|
||||
clean_dep usr.sbin/ctld login c
|
||||
clean_dep usr.sbin/ctld uclparse c
|
||||
|
|
|
|||
Loading…
Reference in a new issue