Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2018 00:36:56 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333132 - head/share/man/man4
Message-ID:  <201805010036.w410auKV035905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue May  1 00:36:56 2018
New Revision: 333132
URL: https://svnweb.freebsd.org/changeset/base/333132

Log:
  Install smartpqi.4 only on amd64, as with the driver
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Mon Apr 30 23:53:27 2018	(r333131)
+++ head/share/man/man4/Makefile	Tue May  1 00:36:56 2018	(r333132)
@@ -479,7 +479,7 @@ MAN=	aac.4 \
 	sio.4 \
 	sis.4 \
 	sk.4 \
-	smartpqi.4 \
+	${_smartpqi.4} \
 	smb.4 \
 	smbus.4 \
 	smp.4 \
@@ -879,6 +879,7 @@ _qlxgb.4=	qlxgb.4
 _qlxgbe.4=	qlxgbe.4
 _qlnxe.4=	qlnxe.4
 _sfxge.4=	sfxge.4
+_smartpqi.4=	smartpqi.4
 
 MLINKS+=qlxge.4 if_qlxge.4
 MLINKS+=qlxgb.4 if_qlxgb.4



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