- Remove more files when MK_TCSH == no
MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
This commit is contained in:
parent
3c21cf00da
commit
18ecffe66d
@ -6684,10 +6684,19 @@ OLD_FILES+=usr/share/man/man8/talkd.8.gz
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MK_TCSH} == no
|
.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/csh
|
||||||
OLD_FILES+=bin/tcsh
|
OLD_FILES+=bin/tcsh
|
||||||
OLD_FILES+=rescue/csh
|
OLD_FILES+=rescue/csh
|
||||||
OLD_FILES+=rescue/tcsh
|
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/complete.tcsh
|
||||||
OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
|
OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
|
||||||
OLD_DIRS+=usr/share/examples/tcsh
|
OLD_DIRS+=usr/share/examples/tcsh
|
||||||
|
Loading…
Reference in New Issue
Block a user