Author: bapt
Date: Sat Dec 10 12:21:24 2016
New Revision: 309799
URL: https://svnweb.freebsd.org/changeset/base/309799

Log:
  Respect WITHOUT_RBOOTD in src.conf when running make delete-old
  
  PR:           213722
  Submitted by: philippe.mich...@sfr.fr
  MFC after:    2 days

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc       Sat Dec 10 12:18:03 
2016        (r309798)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc       Sat Dec 10 12:21:24 
2016        (r309799)
@@ -6861,6 +6861,11 @@ OLD_FILES+=usr/share/man/man8/quotaon.8.
 OLD_FILES+=usr/share/man/man8/repquota.8.gz
 .endif
 
+.if ${MK_RBOOTD} == no
+OLD_FILES+=usr/libexec/rbootd
+OLD_FILES+=usr/share/man/man8/rbootd.8.gz
+.endif
+
 .if ${MK_RCMDS} == no
 OLD_FILES+=bin/rcp
 OLD_FILES+=etc/rc.d/rwho
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to