aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-09-05 05:49:44 +0000
committerWarner Losh <imp@FreeBSD.org>2025-09-05 05:52:10 +0000
commitedd8c4c655925543e2d881811c544473da463147 (patch)
tree95ba35738f4de03f13b6d9b0dd8550794592878c
parentf20d12595718c56a718d34e1e42cd34a3317121d (diff)
moused: Fix movement of moused/moused to moused/moused/moused
So aef807876c30 moved moused down a level, so make depend broke. This fixes it. Sponsored by: Netflix
-rwxr-xr-xtools/build/depend-cleanup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
index 22bf34439758..aa01db6ccc37 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -470,3 +470,9 @@ fi
# 20250813 4f766afc1ca0 tcopy converted to C++
clean_dep usr.bin/tcopy tcopy c
+
+# 20250904 aef807876c30 moused binary to directory
+if [ -f "$OBJTOP"/usr.sbin/moused/moused ]; then
+ echo "Removing old moused binary"
+ run rm -fv "$OBJTOP"/usr.sbin/moused/moused
+fi