From 0349a36e6e695affcfd2cd2251d41206fa0d805f Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 30 Jan 2010 19:26:28 +0000 Subject: [PATCH] Add files to remove when MK_FLOPPY=no. --- tools/build/mk/OptionalObsoleteFiles.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 556d0f8291de..2a955768e1d0 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -691,6 +691,17 @@ OLD_FILES+=usr/share/dict/words # to be filled in #.endif +.if ${MK_FLOPPY} == no +OLD_FILES+=usr/sbin/fdcontrol +OLD_FILES+=usr/sbin/fdformat +OLD_FILES+=usr/sbin/fdread +OLD_FILES+=usr/sbin/fdwrite +OLD_FILES+=usr/share/man/man1/fdformat.1.gz +OLD_FILES+=usr/share/man/man1/fdread.1.gz +OLD_FILES+=usr/share/man/man1/fdwrite.1.gz +OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz +.endif + #.if ${MK_GAMES} == no # to be filled in #.endif