Add files to remove when MK_FLOPPY=no.

This commit is contained in:
antoine 2010-01-30 19:26:28 +00:00
parent 814699570b
commit 0349a36e6e

View File

@ -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