summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-03 03:05:06 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-03 03:05:06 +0000
commit18ecffe66d61a8768657e7d21da1e54bacb0fb67 (patch)
treeffb06c8503300f52719f8d64ea2c4b424ba95a91
parent3c21cf00da4c7c2f81a966d7f8092e7ddd7302db (diff)
downloadFreeBSD-src-18ecffe66d61a8768657e7d21da1e54bacb0fb67.zip
FreeBSD-src-18ecffe66d61a8768657e7d21da1e54bacb0fb67.tar.gz
- Remove more files when MK_TCSH == no
MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 74b66e4..662b3aba 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -6684,10 +6684,19 @@ OLD_FILES+=usr/share/man/man8/talkd.8.gz
.endif
.if ${MK_TCSH} == no
+OLD_FILES+=.cshrc
+OLD_FILES+=etc/csh.cshrc
+OLD_FILES+=etc/csh.login
+OLD_FILES+=etc/csh.logout
OLD_FILES+=bin/csh
OLD_FILES+=bin/tcsh
OLD_FILES+=rescue/csh
OLD_FILES+=rescue/tcsh
+OLD_FILES+=root/.cshrc
+OLD_FILES+=root/.login
+OLD_FILES+=usr/share/examples/etc/csh.cshrc
+OLD_FILES+=usr/share/examples/etc/csh.login
+OLD_FILES+=usr/share/examples/etc/csh.logout
OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
OLD_DIRS+=usr/share/examples/tcsh
OpenPOWER on IntegriCloud