From owner-svn-src-all@FreeBSD.ORG Mon Nov 28 16:25:28 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 507F9106564A; Mon, 28 Nov 2011 16:25:28 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 405068FC1D; Mon, 28 Nov 2011 16:25:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pASGPScS099091; Mon, 28 Nov 2011 16:25:28 GMT (envelope-from philip@svn.freebsd.org) Received: (from philip@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pASGPSfv099089; Mon, 28 Nov 2011 16:25:28 GMT (envelope-from philip@svn.freebsd.org) Message-Id: <201111281625.pASGPSfv099089@svn.freebsd.org> From: Philip Paeps Date: Mon, 28 Nov 2011 16:25:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r228077 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 16:25:28 -0000 Author: philip Date: Mon Nov 28 16:25:27 2011 New Revision: 228077 URL: http://svn.freebsd.org/changeset/base/228077 Log: Only install the sfxge(4) manpage on amd64, while the driver is amd64-only. Pointed out by: bz Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Mon Nov 28 16:07:26 2011 (r228076) +++ head/share/man/man4/Makefile Mon Nov 28 16:25:27 2011 (r228077) @@ -378,7 +378,7 @@ MAN= aac.4 \ send.4 \ ses.4 \ sf.4 \ - sfxge.4 \ + ${_sfxge.4} \ sge.4 \ si.4 \ siba.4 \ @@ -718,6 +718,7 @@ MLINKS+=lindev.4 full.4 .if ${MACHINE_CPUARCH} == "amd64" _qlxgb.4= qlxgb.4 +_sfxge.4= sfxge.4 .endif .if ${MACHINE_CPUARCH} == "powerpc"