summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-02-28 14:24:38 +0000
committerantoine <antoine@FreeBSD.org>2010-02-28 14:24:38 +0000
commitb0faa7e726a986a96df23e9798d3aa201615dcb2 (patch)
tree5237cdfae019e6eb2f267455ad41a316722cf560 /tools/build
parentf9cfb0be13cdd192a06c51223c43d60226b6edd7 (diff)
downloadFreeBSD-src-b0faa7e726a986a96df23e9798d3aa201615dcb2.zip
FreeBSD-src-b0faa7e726a986a96df23e9798d3aa201615dcb2.tar.gz
Add files to remove when MK_ROUTED=no.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 0b03b76..f3b9c8d 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1786,6 +1786,13 @@ OLD_FILES+=usr/share/man/man8/rshd.8.gz
# to be filled in or replaced with a special target
#.endif
+.if ${MK_ROUTED} == no
+OLD_FILES+=sbin/routed
+OLD_FILES+=sbin/rtquery
+OLD_FILES+=usr/share/man/man8/routed.8.gz
+OLD_FILES+=usr/share/man/man8/rtquery.8.gz
+.endif
+
.if ${MK_SENDMAIL} == no
OLD_FILES+=bin/rmail
OLD_FILES+=usr/bin/vacation
OpenPOWER on IntegriCloud