summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-06-18 21:41:06 +0000
committerpeter <peter@FreeBSD.org>2013-06-18 21:41:06 +0000
commite126a17bd263caf562796096aba9da73f641d793 (patch)
treee61e63ee933eb97d37eec74cdee2daabe2a1d50e /tools/build
parent0f13adb175a2295b42bf9984b100cc679207af5d (diff)
downloadFreeBSD-src-e126a17bd263caf562796096aba9da73f641d793.zip
FreeBSD-src-e126a17bd263caf562796096aba9da73f641d793.tar.gz
Teach delete-old how to clean up after WITH/WITHOUT_SVN{LITE} permutations.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index b319324..c50f3ce 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -4317,3 +4317,27 @@ OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
.endif
+
+.if ${MK_SVNLITE} == no || ${MK_SVN} == yes
+OLD_FILES+=usr/bin/svnlite
+OLD_FILES+=usr/bin/svnliteadmin
+OLD_FILES+=usr/bin/svnlitedumpfilter
+OLD_FILES+=usr/bin/svnlitelook
+OLD_FILES+=usr/bin/svnlitemucc
+OLD_FILES+=usr/bin/svnliterdump
+OLD_FILES+=usr/bin/svnliteserve
+OLD_FILES+=usr/bin/svnlitesync
+OLD_FILES+=usr/bin/svnliteversion
+.endif
+
+.if ${MK_SVN} == no
+OLD_FILES+=usr/bin/svn
+OLD_FILES+=usr/bin/svnadmin
+OLD_FILES+=usr/bin/svndumpfilter
+OLD_FILES+=usr/bin/svnlook
+OLD_FILES+=usr/bin/svnmucc
+OLD_FILES+=usr/bin/svnrdump
+OLD_FILES+=usr/bin/svnserve
+OLD_FILES+=usr/bin/svnsync
+OLD_FILES+=usr/bin/svnversion
+.endif
OpenPOWER on IntegriCloud