svn commit: r333132 - head/share/man/man4

Ed Maste emaste at FreeBSD.org
Tue May 1 00:36:57 UTC 2018


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


More information about the svn-src-all mailing list