depend-cleanup.sh: Handle kqueue1() becoming a wrapper around kqueuex().

For a brief period kqueue1() was a system call and stale dependencies
cause it to not be re-built.
This commit is contained in:
John Baldwin 2023-04-24 14:05:18 -07:00
parent 644d346d99
commit 77d2a2d065

View File

@ -112,3 +112,6 @@ clean_dep usr.sbin/config mkmakefile c
# 20230209 83d7ed8af3d9 convert to main.cc and mkoptions.cc
clean_dep usr.sbin/config main c
clean_dep usr.sbin/config mkoptions c
# 20230401 54579376c05e kqueue1 from syscall to C wrapper
clean_dep lib/libc kqueue1 S