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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"