svn commit: r203221 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sat Jan 30 19:26:28 UTC 2010


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


More information about the svn-src-all mailing list