summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2011-11-28 16:25:27 +0000
committerphilip <philip@FreeBSD.org>2011-11-28 16:25:27 +0000
commitf3d31009fed04192b552b3f95e6940d10089fd7c (patch)
tree1c282d69e67dd1d7eb2f42c333ed1ad99a0199bf /share
parent65be46df50840dc18f8a3db8cdb2b1ac7e6ecf6e (diff)
downloadFreeBSD-src-f3d31009fed04192b552b3f95e6940d10089fd7c.zip
FreeBSD-src-f3d31009fed04192b552b3f95e6940d10089fd7c.tar.gz
Only install the sfxge(4) manpage on amd64, while the driver is amd64-only.
Pointed out by: bz
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 0707131..2da670c 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -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"
OpenPOWER on IntegriCloud