Date: Mon, 28 Nov 2011 16:25:28 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r228077 - head/share/man/man4 Message-ID: <201111281625.pASGPSfv099089@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111281625.pASGPSfv099089>