diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-04-24 21:05:18 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-04-24 21:05:18 +0000 |
| commit | 77d2a2d065cb35fb848faf2253c30eaeee33c784 (patch) | |
| tree | aa1065762c87781e73bdb592274e4ad8f6dbe4a5 /tools | |
| parent | 644d346d998e2785bfa35ec0ddd4cea2885e2da7 (diff) | |
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/build/depend-cleanup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh index 91b14ed29c84..f047553c377f 100755 --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -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 |
