Remove the etcupdate tests if MK_RCS == no when "make delete-old" is run

etcupdate is conditionally installed based on MK_RCS != no today

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2016-05-29 04:43:24 +00:00
parent a058bc9003
commit 36873e7926
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300937

View File

@ -6792,6 +6792,15 @@ OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
OLD_FILES+=usr/share/man/man1/rlog.1.gz
OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
OLD_FILES+=usr/share/man/man8/etcupdate.8.gz
OLD_FILES+=usr/tests/usr.sbin/etcupdate/Kyuafile
OLD_FILES+=usr/tests/usr.sbin/etcupdate/always_test
OLD_FILES+=usr/tests/usr.sbin/etcupdate/conflicts_test
OLD_FILES+=usr/tests/usr.sbin/etcupdate/fbsdid_test
OLD_FILES+=usr/tests/usr.sbin/etcupdate/ignore_test
OLD_FILES+=usr/tests/usr.sbin/etcupdate/preworld_test
OLD_FILES+=usr/tests/usr.sbin/etcupdate/tests_test
OLD_FILES+=usr/tests/usr.sbin/etcupdate/tzsetup_test
OLD_DIRS+=usr/tests/usr.sbin/etcupdate
.endif
#.if ${MK_RESCUE} == no