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

Antoine Brodin antoine at FreeBSD.org
Sat Jan 9 19:04:38 UTC 2010


Author: antoine
Date: Sat Jan  9 19:04:38 2010
New Revision: 201925
URL: http://svn.freebsd.org/changeset/base/201925

Log:
  Add files to remove when MK_AMD=no.

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jan  9 19:03:48 2010	(r201924)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jan  9 19:04:38 2010	(r201925)
@@ -27,6 +27,29 @@ OLD_FILES+=usr/share/man/man8/acpidump.8
 OLD_FILES+=usr/share/man/man8/iasl.8.gz
 .endif
 
+.if ${MK_AMD} == no
+OLD_FILES+=etc/amd.map
+OLD_FILES+=usr/bin/pawd
+OLD_FILES+=usr/sbin/amd
+OLD_FILES+=usr/sbin/amq
+OLD_FILES+=usr/sbin/fixmount
+OLD_FILES+=usr/sbin/fsinfo
+OLD_FILES+=usr/sbin/hlfsd
+OLD_FILES+=usr/sbin/mk-amd-map
+OLD_FILES+=usr/sbin/wire-test
+OLD_FILES+=usr/share/examples/etc/amd.map
+OLD_FILES+=usr/share/info/am-utils.info.gz
+OLD_FILES+=usr/share/man/man1/pawd.1.gz
+OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
+OLD_FILES+=usr/share/man/man8/amd.8.gz
+OLD_FILES+=usr/share/man/man8/amq.8.gz
+OLD_FILES+=usr/share/man/man8/fixmount.8.gz
+OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
+OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
+OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
+OLD_FILES+=usr/share/man/man8/wire-test.8.gz
+.endif
+
 #.if ${MK_ATM} == no
 # to be filled in
 #.endif


More information about the svn-src-all mailing list