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

Antoine Brodin antoine at FreeBSD.org
Sat Jan 30 19:29:02 UTC 2010


Author: antoine
Date: Sat Jan 30 19:29:02 2010
New Revision: 203224
URL: http://svn.freebsd.org/changeset/base/203224

Log:
  Add files to remove when MK_FREEBSD_UPDATE=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:28:07 2010	(r203223)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jan 30 19:29:02 2010	(r203224)
@@ -702,6 +702,13 @@ OLD_FILES+=usr/share/man/man1/fdwrite.1.
 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
 .endif
 
+.if ${MK_FREEBSD_UPDATE} == no
+OLD_FILES+=etc/freebsd-update.conf
+OLD_FILES+=usr/sbin/freebsd-update
+OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
+OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
+.endif
+
 #.if ${MK_GAMES} == no
 # to be filled in
 #.endif


More information about the svn-src-all mailing list