diff options
author | ngie <ngie@FreeBSD.org> | 2016-08-03 01:25:44 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-08-03 01:25:44 +0000 |
commit | f0f9827a6a8e876da19ad1826acf0fbbe97ad82f (patch) | |
tree | c4547b6762fd1d27b9dedc46a8b4bc9249e1fc9c /tools | |
parent | f8b9e723cdb7d40e14042a6bb07a9b0f9a6aac6c (diff) | |
download | FreeBSD-src-f0f9827a6a8e876da19ad1826acf0fbbe97ad82f.zip FreeBSD-src-f0f9827a6a8e876da19ad1826acf0fbbe97ad82f.tar.gz |
MFC r302330:
Remove ftp(1) related files when MK_FTP == no
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index df1d171..e962404 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -873,6 +873,20 @@ OLD_FILES+=usr/sbin/fmtree OLD_FILES+=usr/share/man/man8/fmtree.8.gz .endif +.if ${MK_FTP} == no +OLD_FILES+=etc/ftpusers +OLD_FILES+=etc/rc.d/ftpd +OLD_FILES+=usr/bin/ftp +OLD_FILES+=usr/bin/gate-ftp +OLD_FILES+=usr/bin/pftp +OLD_FILES+=usr/libexec/ftpd +OLD_FILES+=usr/share/man/man1/ftp.1.gz +OLD_FILES+=usr/share/man/man1/gate-ftp.1.gz +OLD_FILES+=usr/share/man/man1/pftp.1.gz +OLD_FILES+=usr/share/man/man5/ftpchroot.5.gz +OLD_FILES+=usr/share/man/man8/ftpd.8.gz +.endif + .if ${MK_GNUCXX} == no OLD_FILES+=usr/bin/g++ OLD_FILES+=usr/include/c++/4.2/algorithm |