summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-30 19:26:28 +0000
committerantoine <antoine@FreeBSD.org>2010-01-30 19:26:28 +0000
commit0349a36e6e695affcfd2cd2251d41206fa0d805f (patch)
tree01740029f0cc420838e6c3b1ad2fc61ffbbec0b8 /tools/build
parent814699570b877693e4d3543391ad94e960181aa5 (diff)
downloadFreeBSD-src-0349a36e6e695affcfd2cd2251d41206fa0d805f.zip
FreeBSD-src-0349a36e6e695affcfd2cd2251d41206fa0d805f.tar.gz
Add files to remove when MK_FLOPPY=no.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 556d0f8..2a95576 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
OpenPOWER on IntegriCloud