aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2013-11-17 23:51:19 +0000
committerJulio Merino <jmmv@FreeBSD.org>2013-11-17 23:51:19 +0000
commita18eacbefdfa1085ca3db829e86ece78cd416493 (patch)
treee69b0ffecc81ada4e0d39442aa0f39a4abc93806 /tools
parenteb11fc3cf3407c857d6588809987d5ca373c1d39 (diff)
parentbf351e294647b19b2abb7e59344e619866206e71 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 8cee751685cfb..3bb942bca5d29 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -4056,7 +4056,10 @@ OLD_FILES+=usr/share/man/man1/telnet.1.gz
OLD_FILES+=usr/share/man/man8/telnetd.8.gz
.endif
-.if ${MK_TESTS} == no
+.if ${MK_TESTS} == yes
+OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
+.else
# ATF libraries.
OLD_FILES+=usr/bin/atf-sh
OLD_DIRS+=usr/include/atf-c