Author: antoine
Date: Sat Jan 30 19:26:28 2010
New Revision: 203221
URL: http://svn.freebsd.org/changeset/base/203221

Log:
  Add files to remove when MK_FLOPPY=no.

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc       Sat Jan 30 19:25:18 
2010        (r203220)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc       Sat Jan 30 19:26:28 
2010        (r203221)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to