diff options
author | antoine <antoine@FreeBSD.org> | 2010-01-30 19:26:28 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2010-01-30 19:26:28 +0000 |
commit | 0349a36e6e695affcfd2cd2251d41206fa0d805f (patch) | |
tree | 01740029f0cc420838e6c3b1ad2fc61ffbbec0b8 /tools | |
parent | 814699570b877693e4d3543391ad94e960181aa5 (diff) | |
download | FreeBSD-src-0349a36e6e695affcfd2cd2251d41206fa0d805f.zip FreeBSD-src-0349a36e6e695affcfd2cd2251d41206fa0d805f.tar.gz |
Add files to remove when MK_FLOPPY=no.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 11 |
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 |