diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2013-11-17 23:51:19 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2013-11-17 23:51:19 +0000 |
| commit | a18eacbefdfa1085ca3db829e86ece78cd416493 (patch) | |
| tree | e69b0ffecc81ada4e0d39442aa0f39a4abc93806 /tools | |
| parent | eb11fc3cf3407c857d6588809987d5ca373c1d39 (diff) | |
| parent | bf351e294647b19b2abb7e59344e619866206e71 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 5 |
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 |
