Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 22:56:59 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361093 - head/tools/build/mk
Message-ID:  <202005152256.04FMuxMw064326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri May 15 22:56:59 2020
New Revision: 361093
URL: https://svnweb.freebsd.org/changeset/base/361093

Log:
  Don't remove ubsec(4) manual page for WITHOUT_USB=yes.
  
  In head this manpage has been removed entirely, but ubsec(4) is a PCI
  device and not a USB device.
  
  MFC after:	1 week

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Fri May 15 22:55:49 2020	(r361092)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Fri May 15 22:56:59 2020	(r361093)
@@ -9648,7 +9648,6 @@ OLD_FILES+=usr/share/man/man4/uark.4.gz
 OLD_FILES+=usr/share/man/man4/uart.4.gz
 OLD_FILES+=usr/share/man/man4/uath.4.gz
 OLD_FILES+=usr/share/man/man4/ubsa.4.gz
-OLD_FILES+=usr/share/man/man4/ubsec.4.gz
 OLD_FILES+=usr/share/man/man4/ubser.4.gz
 OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz
 OLD_FILES+=usr/share/man/man4/uchcom.4.gz



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