diff options
author | ngie <ngie@FreeBSD.org> | 2016-12-15 20:10:20 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-12-15 20:10:20 +0000 |
commit | 9c05fd338ab9015170b9e9e6df619b951612b90d (patch) | |
tree | 97ede054aac3e42d59db1f4fb51647c3fd01e351 /tools/build | |
parent | 653ae73f31334ec5c36eeeb24dea9d71684ace94 (diff) | |
download | FreeBSD-src-9c05fd338ab9015170b9e9e6df619b951612b90d.zip FreeBSD-src-9c05fd338ab9015170b9e9e6df619b951612b90d.tar.gz |
MFC r309602:
Remove svn[lite]{bench,fsfs} if either MK_SVN == no or MK_SVNLITE == no
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 995efa7..3dd0d2a 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -8821,7 +8821,9 @@ OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz .if ${MK_SVNLITE} == no || ${MK_SVN} == yes OLD_FILES+=usr/bin/svnlite OLD_FILES+=usr/bin/svnliteadmin +OLD_FILES+=usr/bin/svnlitebench OLD_FILES+=usr/bin/svnlitedumpfilter +OLD_FILES+=usr/bin/svnlitefsfs OLD_FILES+=usr/bin/svnlitelook OLD_FILES+=usr/bin/svnlitemucc OLD_FILES+=usr/bin/svnliterdump @@ -8834,7 +8836,9 @@ OLD_FILES+=usr/share/man/man1/svnlite.1.gz .if ${MK_SVN} == no OLD_FILES+=usr/bin/svn OLD_FILES+=usr/bin/svnadmin +OLD_FILES+=usr/bin/svnbench OLD_FILES+=usr/bin/svndumpfilter +OLD_FILES+=usr/bin/svnfsfs OLD_FILES+=usr/bin/svnlook OLD_FILES+=usr/bin/svnmucc OLD_FILES+=usr/bin/svnrdump |