Author: jhb
Date: Tue Feb 28 19:32:45 2017
New Revision: 314401
URL: https://svnweb.freebsd.org/changeset/base/314401

Log:
  Don't remove ofwdump.8 on FreeBSD/mips.
  
  FreeBSD/mips has installed ofwdump by default since r288232.
  
  Sponsored by: DARPA / AFRL

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Tue Feb 28 19:27:41 2017        (r314400)
+++ head/ObsoleteFiles.inc      Tue Feb 28 19:32:45 2017        (r314401)
@@ -8346,7 +8346,7 @@ OLD_FILES+=usr/share/man/man8/boot_i386.
 .endif
 .if ${TARGET_ARCH} != "aarch64" && ${TARGET} != "arm" && \
     ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && \
-    ${TARGET_ARCH} != "sparc64"
+    ${TARGET_ARCH} != "sparc64" && ${TARGET} != "mips"
 OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
 .endif
 OLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz
_______________________________________________
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