aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2018-12-16 23:45:46 +0000
committerAlan Somers <asomers@FreeBSD.org>2018-12-16 23:45:46 +0000
commit314ce98edf8ff1333838172dce43a5115c553627 (patch)
tree22f9e99f6a6dc9ccb649e8020f385d3a077506c8 /tools
parent738ea87196c3cc90363e45694b0bfba7040c5d73 (diff)
downloadsrc-314ce98edf8ff1333838172dce43a5115c553627.tar.gz
src-314ce98edf8ff1333838172dce43a5115c553627.zip
OptionalObsoleteFiles: Fix deleting usr/tests/usr.sbin/sa
It's a directory, not a file. Reported by: ngie MFC after: 2 weeks X-MFC-With: 300938
Notes
Notes: svn path=/head/; revision=342154
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 913c2ff7c270..8e5ccc7e8e37 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -38,7 +38,7 @@ OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-usr.in
OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-sav.in
OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-u.out
OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-usr.in
-OLD_FILES+=usr/tests/usr.sbin/sa
+OLD_DIRS+=usr/tests/usr.sbin/sa
.endif
.if ${MK_ACPI} == no