summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-02-28 14:23:38 +0000
committerantoine <antoine@FreeBSD.org>2010-02-28 14:23:38 +0000
commitf9cfb0be13cdd192a06c51223c43d60226b6edd7 (patch)
treebf3d13727ef8ae0e617a9a1de4c746a2565f5d4b /tools
parenta4454ac9a6094fb498ad33e167bfa70de2b2272b (diff)
downloadFreeBSD-src-f9cfb0be13cdd192a06c51223c43d60226b6edd7.zip
FreeBSD-src-f9cfb0be13cdd192a06c51223c43d60226b6edd7.tar.gz
Add files to remove when MK_TELNET=no.
Diffstat (limited to 'tools')
-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 5437ff6..0b03b76 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -2047,6 +2047,13 @@ OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
.endif
+.if ${MK_TELNET} == no
+OLD_FILES+=usr/bin/telnet
+OLD_FILES+=usr/libexec/telnetd
+OLD_FILES+=usr/share/man/man1/telnet.1.gz
+OLD_FILES+=usr/share/man/man8/telnetd.8.gz
+.endif
+
#.if ${MK_TOOLCHAIN} == no
# to be filled in
#.endif
OpenPOWER on IntegriCloud