Add files to remove when MK_TELNET=no.

This commit is contained in:
Antoine Brodin 2010-02-28 14:23:38 +00:00
parent 94cd15a9ee
commit 1fe4843a49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204453

View File

@ -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