Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2010 14:24:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204454 - head/tools/build/mk
Message-ID:  <201002281424.o1SEOcO4003254@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb 28 14:24:38 2010
New Revision: 204454
URL: http://svn.freebsd.org/changeset/base/204454

Log:
  Add files to remove when MK_ROUTED=no.

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:23:38 2010	(r204453)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:24:38 2010	(r204454)
@@ -1786,6 +1786,13 @@ OLD_FILES+=usr/share/man/man8/rshd.8.gz
 # to be filled in or replaced with a special target
 #.endif
 
+.if ${MK_ROUTED} == no
+OLD_FILES+=sbin/routed
+OLD_FILES+=sbin/rtquery
+OLD_FILES+=usr/share/man/man8/routed.8.gz
+OLD_FILES+=usr/share/man/man8/rtquery.8.gz
+.endif
+
 .if ${MK_SENDMAIL} == no
 OLD_FILES+=bin/rmail
 OLD_FILES+=usr/bin/vacation



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002281424.o1SEOcO4003254>